Questions tagged [openmaptiles]

OpenMapTiles provides pre-rendered tiles as well as a set of tools allowing everyone to create his own vector map tiles from OpenStreetMap data for hosting, self-hosting or offline use.

OpenMapTiles provides pre-rendered tiles as well as a set of tools allowing everyone to create his own vector map tiles from OpenStreetMap data for hosting, self-hosting or offline use.

The OpenMapTiles project is open-source and consists of several components. The major ones are Open Vector Tile Schema, tools for creating vector tiles from OSM data and Open Map Styles.

  • Open Vector Tile Schema: Dscribes data layers and attributes. It is documented and easily extendable.
  • Tools for creating vector tiles from OSM data: Takes OSM data as an input and produces MBTiles containing PBF as an output.
  • Open Map Styles: Ready-to-use map styles for vector scheme. They are available under a free license and therefore can be modified and reused.
112 questions
1
vote
0 answers

OpenMapTiles how to add more tiles?

I have built a openmaptiles server using official Docker container from Klokan Tech and I have loaded a map tiles from a specific region. How do I add more map tiles from other specific regions?
Zarul Zakuan
  • 510
  • 3
  • 13
1
vote
1 answer

Map download failes: Invalid key or download temporarily unavailable

I tried to set up openmaptiles-server via docker. Sadly I get an error message when trying to download a map in the installation wizard. Here is what I have done: I am at the last step of the wizard: "Publish" I get the key from the website,…
Fragender
  • 23
  • 4
1
vote
1 answer

How to connect to OpenMapTiles Docker Postgres DB

I am currently playing around with openmaptiles (https://github.com/openmaptiles/openmaptiles) and I'd like to figure out how to import my own data into the resulting mbtiles. But first I'd like to look at how the postgres database it is using is…
Georg
  • 3,664
  • 3
  • 34
  • 75
1
vote
1 answer

OpenMapTiles: Generate boundary admin_level 6 at lower zoom levels

I am wanting to show admin_level 6 boundaries at lower zoom levels (8, 7, 6), currently they start showing at zoom level 9. I realize that I need to modify the import script so that this data is saved into the .mbtiles file. I have edited the…
Nic Hubbard
  • 41,587
  • 63
  • 251
  • 412
1
vote
0 answers

OpenMapTiles server and Leaflet

I have an OpenMapTiles Server already running and serving vector tiles that are used in a Leaflet based application, together with mapbox-gl. Layer with the vector map is added to the leaflet map with code like: mbgl = L.mapboxGL({ …
Gabriel S
  • 83
  • 7
1
vote
1 answer

Can Nominatim use OpenMapTile's database?

If we're using OpenMapTiles, can we point Nominatim to OMT's database, or are the schemas different? It is taking us quite a long time to processes the global OSM dataset for Nominatim, but we could save ourselves some time/storage/etc. if both…
BrianY
  • 195
  • 10
1
vote
0 answers

d3.geo.tile point-to-point path not showing for varying widths

I have been following this block example to show nodes and paths as landmarks and roads. I have successfully loaded the map and I am able to zoom in enough to a "street view" level. I have also successfully added nodes following the example. My…
iamnobody
  • 646
  • 9
  • 23
1
vote
1 answer

openmaptiles - vector files at lower than zoom level 14

Is it possible to generate the source vector files at a resolution lower than zoom level 14? I know you can overzoom, but that doesn't improve the map resolution, it just lets you get closer to the content resolution at ZL14 So, can OpenMapTiles…
CSAS_Joe
  • 11
  • 3
1
vote
1 answer

Open Map Tiles with mapbox-gl-js gives error at higher zooms

Using Open Map Tiles with mapbox gl js, when zooming higher than zoom 14 I get errors in the browser console: mapbox-gl.js?d5ed:510 Error: Error at Actor.receive (mapbox-gl.js?d5ed:490) Evented.fire @ mapbox-gl.js?d5ed:510 Evented.fire @…
musicformellons
  • 12,283
  • 4
  • 51
  • 86
0
votes
1 answer

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/downloads/dataset/osm/#0.22/0/0 and converted it using…
0
votes
1 answer

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.xaml file, I have created a simple Image…
Vishal O
  • 1
  • 1
0
votes
1 answer

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 user should then be able to add markers to this…
Buzzkillionair
  • 319
  • 3
  • 18
0
votes
0 answers

How can I add secure web headers to TileServer-GL Docker based deployment

I am running Tileserver-GL on docker with custom mbtiles and it has been working great. I have a recent requirement to add web security headers to the responses coming from the tile server. I don't see any direct configuration flag on the…
arbermejo
  • 106
  • 5
0
votes
1 answer

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 9cfafc58933b3e8080c27b92463d276d1c46b718d28a59665a8cb5a945ebb905 root@vmi1046457:~#…
Raphael10
  • 2,508
  • 7
  • 22
  • 50
0
votes
0 answers

During mbtiles file generation ("make generate-tiles-pg") an error appears

The process of generating the mbtiles file begins, even the file data/tiles.mbtiles of 69632 bytes is created and finally I obtain the following error message: /usr/lib/node_modules/@mapbox/tilelive/bin/tilelive-copy:100 if (err) throw…