Replies: 2 comments
-
In the web version I also see this error:
Line 50 is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @xharris, It looks like you're missing the id in <Mapbox.ShapeSource>. Also, for rendering circles, you should use CircleLayer instead of SymbolLayer. Here’s an example that demonstrates the correct usage: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm losing my mind trying to figure out why this isn't working. I just want to render geojson data on the map as circles, but nothing is showing up on the map. The map renders successfully, just no points on it. I'm running this using
npm run android
.App.tsx
components/map/index.tsx
package.json
tsconfig.json
Any help is greatly appreciated. Can provide more context if needed.
Beta Was this translation helpful? Give feedback.
All reactions