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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.cssNow 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