118 questions
0
votes
1
answer
114
views
Include all OSM tags in OpenMapTiles
I'm looking at generating some vector mbtiles for a very small subset of the OSM data, namely anything with a railway tag over a limited area. The namespace for railways:* is fairly large, which means ...
1
vote
0
answers
62
views
Error when generating Germany Tiles with OpenMapTiles
I'm quiet new to the whole Map topic and I'm slowly understanding each working part. So far, I've cloned the latest openmaptiles repository and went along with the README to generate the map-tiles for ...
0
votes
1
answer
76
views
How do I show custom marker in openmaptiles?
I have two data sources in my config.json
"data": {
"openmaptiles": {
"mbtiles": "tiles.mbtiles"
},
"starbucks": {
"mbtiles": "...
-1
votes
2
answers
518
views
how do i get different map types on flutter
I am using fluttermaps to get the basic OSM (OpenStreetMap) layer to appear. it works but I am trying to add more options. Does anyone have any tips on where to go.
I have this so far and its working ...
0
votes
1
answer
539
views
MapLibre : Issue with style.json and tiles vector URL
As explained and asked in Slack Forum : https://osmus.slack.com/archives/C01G3D28DAB/p1721219062146369?thread_ts=1721213195.422509&cid=C01G3D28DAB
I want to use this TileServer: https://tileserver....
0
votes
0
answers
90
views
I'm stuck trying to serve the tiles
I run quickstart.sh successfully
Now I'd like to serve my tiles locally
the QUICKSTART.md file suggests
Hints for designers: make start-maputnik # start Maputnik Editor +
dynamic tile server [ see ...
0
votes
0
answers
316
views
Serving many MBTiles files using tileserver-gl
I am using tileserver-gl to serve tiles from MBTiles files, which are generated on a daily basis using tippecanoe. Every day a new MBTiles file is generated per a specific id (roughly 200 ids) and ...
1
vote
0
answers
139
views
Google map tiles with leaflet on safari IOS won't load
I have replaced openstreetmap tile layers with google's tile layer in my leaflet web app.
It is working great on android ( every browser ) and on windows ( every browser ) but it does not work on IOS (...
0
votes
1
answer
1k
views
Convert mbtile file to OSM XYZ map tiles
I've downloaded .mbtiles files to my computer for offline maps from this link (for research and test purpose, not for commercial use that money has to be paid first):
https://data.maptiler.com/...
0
votes
1
answer
280
views
The OpenStreetMap tile layer image was not displayed when added in Image control in UWP
I was trying to display the image of tile layer for OpenStreetMap using the Image control in the UWP platform, but the tile layer was displayed or displayed blank.
Here is my code.
In the MainPage....
1
vote
1
answer
1k
views
Tileserver-gl: Customization of Landing page and features with map for tileserver-gl on docker
This question may have already been answered somewhere, however, I can't find anything about it right away.
I am currently working on building/implementing webpage on a server that contains a map. The ...
0
votes
1
answer
853
views
TileServer GL : issue with port 8080
This is the current situation :
root@vmi1046457:~# sudo docker run --restart=always -it -d -v
/root/openmaptiles/data:/data -p 8080:80 maptiler/tileserver-gl
...
0
votes
1
answer
1k
views
How can I generate mbtiles with a smaller extent with openmaptiles?
I'm using OpenMapTiles to download OSM data and create a mbtiles with mapbox vector tiles. This all works great, except I'm targeting an embedded platform.
At zoom level 14 with the default extent of ...
0
votes
1
answer
517
views
Quadkey to Lat/Long in SQL
I need to transform quadkey column to latitude and longitude using SQL (Postgres to be more specific). It seems like a common problem, but somehow I cannot find a solution.
Example value:
Quadkey: ...
2
votes
1
answer
577
views
libvips - generate tiles starting from specific zoom level and specific coordinates
I am using windows cli version libvips. I want to generate map tiles for leaflet from image 8000px x 6000px. This image is old map of my town, and I want to display it on my website, but I am stuck on ...