Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Leaflet Imgs - Shadow Marker #16

Open
QuietEvolver opened this issue Feb 15, 2023 · 0 comments
Open

Adding Leaflet Imgs - Shadow Marker #16

QuietEvolver opened this issue Feb 15, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@QuietEvolver
Copy link
Owner

Check that the Leaflet image files are also included in your project. The CSS file references several image files that are required for the map to display correctly.

Ensure that your web server is configured to serve the Leaflet files correctly, including the image files. If you're running your code locally, you may need to use a tool like Live Server to ensure the server is set up correctly.

If you're still encountering issues, try importing the Leaflet CSS file directly into your JavaScript file using an import statement. For example: import 'leaflet/dist/leaflet.css';.

Also, make sure you are using the correct version of Leaflet CSS file to match the version of Leaflet JavaScript library you are using.

@QuietEvolver QuietEvolver added bug Something isn't working enhancement New feature or request labels Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant