Skip to content

Commit

Permalink
minor performance tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
razorness committed Feb 12, 2024
1 parent d5d55f7 commit 89a7430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<mgl-marker :coordinates="markerCoordinates" color="#cc0000" :scale="0.5"/>

<mgl-geo-json-source source-id="geojson" :data="geojsonSource.data">
<mgl-geo-json-source source-id="geojson" :data="geojsonSource.data as any">
<mgl-line-layer
v-if="geojsonSource.show"
layer-id="geojson"
Expand Down

0 comments on commit 89a7430

Please sign in to comment.