Replies: 1 comment
-
You need to manually include the CSS in your page, as described in https://visgl.github.io/react-map-gl/docs/get-started/get-started#styling. The default fallback points to |
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 am new with MapLibre and react-map-gl. I have configured everything as described in the documentation. Almost everything works fine.
The only thing I would like to change at the moment. The following message appears in the browser console and I have to include the MapLibre Css file manually.
I think it is because of this:
react-map-gl/src/mapbox/mapbox.js
Line 422 in 227afdb
https://unpkg.com/[email protected]/dist/maplibre-gl.css
Now I would like to know if I am doing something wrong. What is the recommended procedure for including the CSS of a fork.
Here is my repo:
https://github.com/astridx/maplibre-app/tree/1_maplibre-map
Beta Was this translation helpful? Give feedback.
All reactions