Skip to content

Commit

Permalink
fix: v11 Raster DEM source id (#3658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnative authored Oct 27, 2024
1 parent 3244f0b commit a64c3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/RNMBX/RNMBXRasterDemSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public class RNMBXRasterDemSource : RNMBXSource {

override func makeSource() -> Source
{
#if RNMBX_11 // RNMBX_11_TODO
var result = SourceType(id: "raster-dem-source-id-todo")
#if RNMBX_11
var result = SourceType(id: self.id)
#else
var result = SourceType()
#endif
Expand Down

0 comments on commit a64c3ba

Please sign in to comment.