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
0
votes
1 answer

Unable to combine two different mbtiles

I am trying to combine my vector tiles (generated by a shapefile) based on this tutorial with another mbtile file of a specific country, which I downloaded from openmaptiles. I host the mbtiles in a local tileserver, which lives in a vagrant…
user1919
  • 3,818
  • 17
  • 62
  • 97
0
votes
1 answer

OpenMapTiles-Server Web Wizard

We have downloaded the Klokantech/OpenMapTiles-server and copied it to our offline computer. We did the same thing for the MBTiles file. When we run the command, docker run -it -v $(pwd):/data -p 8080:80 klokantech/openmaptiles-server, in the VM…
0
votes
1 answer

How to update the whole tiles incrementally?

It took nearly 7 hours for me to download the whole tiles. Production-package shows that Business PLUS users can use the automated update service to update the tiles incrementally. But I can not find the tool or system. So how can I do that?
Hanson
  • 1
0
votes
1 answer

openmaptiles-How to write in docker-compose

I am using openmaptiles server and the command docker run --rm -it -v $(pwd):/data -p 8080:80 klokantech/openmaptiles-server Runs fine.How do i write the same in docker-compose file. I am unable to mount the volumes with volumes: - $(pwd) :…
Sourav Chatterjee
  • 780
  • 2
  • 13
  • 26
0
votes
1 answer

Using Planet MBTiles instead of Country level MBtiles

We are using the TileServer-GL from OpenMapTiles to render our own maps. I was wondering if there is any performance loss in using a Planet MBTiles file instead of doing it for every single country. The TileServer seems to be using one source…
rajasaur
  • 5,340
  • 2
  • 27
  • 22
0
votes
1 answer

how to use Openmap vector tiles with mapbox android Sdk

I am very new to Android development, but I managed to make bellow link work https://www.mapbox.com/android-docs/map-sdk/overview/ Now I can load map by using mapbox API. I just need one help , how can i use openmap vector tiles with this SDK, what…
alammd
  • 339
  • 4
  • 14
0
votes
1 answer

openmaptiles-server didn't work by using docker

I use docker to install openmaptiles-server command docker pull klokantech/openmaptiles-server. It starts downloading and extracting. Everything looks fine. I use command docker run --rm -it -v $(pwd):/data -p 8088:80 klokantech/openmaptiles-server…
0
votes
2 answers

OpenMapTiles auth not working

When I try to log in via GitHub or google I get the following messages , and OpenMapTiles refuses to let me login. Content Security Policy: The page's settings blocked the loading of a resource at self ("default-src"). iframe.html:1 Content…
bryan hunt
  • 35
  • 4
0
votes
1 answer

Start OpenMapTiles server on machine boot

I can start OpenMapTiles server manually from the terminal console (Ubuntu), but how can I make it start automatically when booting the machine, withouth requiring a logged in user? Is there some way to start it in /etc/init.d or some other way?
Gabriel S
  • 83
  • 7
0
votes
1 answer

Are extract files from openmaptiles.org subject to the same IP issues of the osm2vectortiles project?

I have an older project that used the https://github.com/osm2vectortiles/osm2vectortiles project to generate vector map data in the mbtiles format. I now see the notice about possible intellectual property infringement from Mapbox, so i want to…
Morgan M.
  • 1
  • 2
0
votes
1 answer

Hide country&city labels in maps from tilehosting.com

I am in the first steps developing a maps web application and I would like to use the maps from tilehosting.com, together with the leaflet library (leafletjs.com). In general it works, but the issue is that I need to hide the country and city…
Gabriel S
  • 83
  • 7
0
votes
1 answer

How to raised the tiles-size by a docker openmaptiles-server

I use to docker version from https://openmaptiles.com. and its run fine, but I like to raised to size of an raster-tiles. Which I get from a GetMap WMS request. so I can get a 10000px x10000px Tiles. Thanks for helping. :D
0
votes
2 answers

OpenMapTiles Server - How to update data?

I've installed OpenMapTiles Map Server. The step-by-step setup works for importing data, and everything works as shown in the videos. How can I change the current data set without first deleting the current dataset? I tried downloading data from…
sspindler
  • 1
  • 2
0
votes
1 answer

Is there any way that we can self-host openmaptiles server running HTTPs (to serve vector tiles)

I was following https://openmaptiles.com/server/ guide to self-host a vector tiles server by using Docker (Kitematic), it was working well but i couldn't find the way to configure to run the server on HTTPs (since my application is running on HTTPs…
0
votes
1 answer

Building TileServer GL from source on CentOS 7

I have successfully built and run TileServer GL from source in a Debian environment, however the requirements for this installation are that it be on CentOS 7 and it seems as though I've encountered an insurmountable problem. I'm not a linux expert…
esvendsen
  • 1,492
  • 1
  • 12
  • 16