Skip to content

Commit

Permalink
Merge pull request #216 from CityScope/fix/geojson-layer-name
Browse files Browse the repository at this point in the history
changed geojson layer type as geojsonbase as it is in docs
  • Loading branch information
RELNO authored Nov 27, 2024
2 parents b4392f9 + 7b7e6b8 commit 7726c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CityScopeJS/DeckglMap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default function DeckGLMap() {
layersMenu[content.id] &&
layersMenu[content.id].slider * 0.01,
});
} else if (type === "geojson") {
} else if (type === "geojsonbase") {
return GeoJsonBaseLayer({
data: content,
opacity:
Expand Down

0 comments on commit 7726c31

Please sign in to comment.