Skip to main content

All Questions

-1 votes
1 answer
117 views

I'm using breezometer api and leaflet and openstreetmap to show heatmap of world but the api require key and I don't want to show the key to end user

I'm creating a project in laravel to show heatmap of a country by using breezometer heatmap layer api and leaflet with openstreet map to achieve the same. But Idk how can I hide the api key from end ...
naman's user avatar
  • 7
1 vote
2 answers
2k views

Generate 10,000 markers with good performance with layer group leaflet

Hello I need help I have an application that I need to generate 10k of markers and I can't use the cluster after the client wants all the points on the map, I even used a library: https://github.com/...
FireWallSP's user avatar
0 votes
0 answers
622 views

Most efficient way to display PNG map tiles?

I used TileMill to create a map for the few states I needed, exported as .mbtiles and then used mbutil to convert them to PNG files. I proceeded to upload my tiles to my server through Filezilla just ...
user avatar
1 vote
1 answer
947 views

How to update popup content using MarkerCluster with leaflet

I'm trying to show a map with lot of markers on it (~36.000) that have to contains some informations. First, I SELECT elements from a database, then I encode it in JSON array with PHP, then I get it ...
toximorph's user avatar
0 votes
1 answer
178 views

OSM : programming line between two points with progress

For an exercise/project in PHP, I have to program a route (with progression), but without being precise to the streets to be borrowed (as we know on GPS) but with lines between two points. Example: ...
M. MORISSEAU's user avatar
2 votes
0 answers
177 views

Autoload lines in leaflet

I am trying to develop a map with openstreetmap and leaflet.js. I have a database that contains more than 150,000 data. I can not display them all simultaneously. So I developed a php script that will ...
Thibs's user avatar
  • 21
2 votes
0 answers
951 views

OpenStreetMap offline tile extraction in php

I am trying to use OpenStreetMap tiles for offline use in our apps. I extract the tiles from a php script using the formulae given here. But it is clearly visible that when I zoom in on the offline ...
thatonepixel's user avatar
3 votes
1 answer
4k views

leaflet: How to find locations around marker?

I using leaflet map + leaflet search plugin (https://opengeo.tech/maps/leaflet-search/examples/nominatim.html). So, when i navigate with marker on map i want to search all places around the marker. ...
user avatar
0 votes
1 answer
481 views

leaflet cannot create marker

i'm new in web development, i have problem when using leaflet and codeigniter. The problem is i cannot create marker. Here is the code: <html> <head> <link rel="...
Mohammad Iqbal's user avatar
0 votes
0 answers
516 views

Setting fillcolor dynamically in Leaflet

Hello Excellent folks of Stackoverflow, Thank you in advance for taking the time to read and help. I'm using the interactive chloropath example for leaflet.js I figured out how to make each of my ...
alex's user avatar
  • 113