bluehalo / ngx-leaflet

Core Leaflet package for Angular.io
MIT License
774 stars 127 forks source link

Maps showing API key required #238

Closed DipayanSukul closed 5 years ago

DipayanSukul commented 5 years ago

Although I am just using the same files as per the source code, I am getting tiles with 'API Key Required' message after the map loads in the UI. What is the issue?

image

reblace commented 5 years ago

Depending on the map service you use, you have to register and provide an API key otherwise the server watermarks the map tiles like this. This is the intended behavior. If you're having trouble getting API keys working properly, please post to stack overflow for help.