Skip to main content

All Questions

5 questions with no upvoted or accepted answers
4 votes
1 answer
2k views

How to Display and Interact with Open Street Maps in a Delphi VCL application

This is a rather broad question but I will try to narrow it down to the essentials. I am working on a Delphi Application for a school project wherein I would like to add a map to my program to provide ...
Oliver Hope's user avatar
3 votes
1 answer
472 views

Use leaflet to display 45° Imagery

Assuming I had 45° Imagery similar to Google's (I want to draw them by hand, it's a small project) is it possible to use leaflet to display a map in a similar manner Google does? The problem is that ...
Cáno's user avatar
  • 57
1 vote
0 answers
95 views

Is there a way to cluster leaflet markers with similar properties ?

I create my layers from geoJson, which has specified adress among other things. I understand that grouping is done based on distance between them and current zoom to map. I want to achieve that ...
Lasto's user avatar
  • 127
0 votes
0 answers
23 views

How to properly zoom and update OpenStreetMap tiles on my JS Maps

When I launch the file everything works fine and the mouse movements are correct however the zoom is catastrophic and it does not zoom/refresh the next tiles of OpenStreetMap class CustomMap { ...
SearchArea France's user avatar
0 votes
0 answers
52 views

browser connectivity status using leafletjs

Currently I am using leafletjs for showing maps. Is there a way I can detect browser offline or online status.
Pradyumna Ravuri's user avatar