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
9
votes
3 answers

How to use OpenMapTiles server for MapBox GL JS?

In OpenMapTiles' docs it is said, that it can serve vector tiles for MapBox GL JS. But digging docs for both projects I didn't find an option: how to configure self-hosted MapBox GL JS library to use tiles from my self-hosted OpenMapTiles server?
Terion
  • 2,396
  • 3
  • 28
  • 42
8
votes
2 answers

Vector tile route finding

Has anyone used either Mapbox or OpenMapTiles vector tiles to find routes from one place to another? It seems to me like those tiles are made for display and don't contain intersection information the way that say Open Street Map does.
dooderson
  • 547
  • 1
  • 9
  • 16
7
votes
2 answers

OpenMapTiles. vehicle routing

I am trying to use openMapTiles vector tiles for vehicle routing. It seems like a very fast data source to load. I intend to simulate many vehicles, so repeatedly querying google maps api is not an option. Is there an easy way to find road…
dooderson
  • 547
  • 1
  • 9
  • 16
5
votes
1 answer

OpenMapTiles docker doesn't start with previous configuration

I created a OpenMapTiles container: using a volume for /data directory using the image klokantech/openmaptiles-server:1.6. The container started nicely. I downloaded the planet file. And the service was working fine. As I am gonna push this to…
5
votes
1 answer

How to customize map style in openmaptiles server

I'm trying to apply my custom map style to an evaluation version of OpenMapTile server (klokantech/openmaptiles-server) on Linux which is running in Docker. I used the online version of Maputnik to edit the map in OSM-Bright style. Then I…
4
votes
1 answer

Leaflet display .mbTiles files in the map

I have downloaded UAE mbtiles from openmaptiles site. I need to show the map in offline for UAE. I'm using angular 4. I have converted that mbtiles into png image using mbutil. But it shows the image was damaged. Also converted to pbf and tried. it…
Jegan
  • 530
  • 7
  • 27
4
votes
1 answer

Installation process for OpenMapTiles server without docker

Is there a way to install OpenMapTiles server without docker? I need to use this on redhat linux and docker needs to be enterprise version in order to use it on redhat. Please let me know. Thanks
4
votes
0 answers

How to use tileserver-gl with free maps?

I'd like to use tileserver-gl for hosting OSM map tiles. I don't want to use paid .mbtiles file from OpenMapTiles.com. Is it possible to use tileserver-gl with some other (free) mbtiles file? How to set up that?
Defozo
  • 2,946
  • 6
  • 32
  • 51
4
votes
0 answers

Error loading glyphs and tiles in offline map using Mapbox

I am trying to load offline map using Mapbox framework used in OpenMapTiles iOS project. I am loading map using json file with additional sprite and glyph files to display labels on maps. Map is successfully loading in offline mode BUT there are no…
user6500031
3
votes
1 answer

Using Mapbox GL JS 2.x offline, using self hosted tiles

Is it possible to use Mapbox GL JS 2.x completely offline, with self-hosted tiles (e.g. openmaptiles)?
Wolkenarchitekt
  • 20,170
  • 29
  • 111
  • 174
3
votes
1 answer

Best way to merge mbTiles files together

I have generated mbtiles for different sub regions of USA map from openMapTiles. Now, I wanted to merge all the generated mbTiles files together. What's the better way to do this? Thanks!
Sandhya3478
  • 47
  • 2
  • 10
3
votes
1 answer

OpenMapTiles Beginner questions

I'm looking to replace Google Maps by something self-hosted and free. After searching for some time I found OpenMapTiles. I'm very new to this stuff, so there are many things I don't understand, namely: I'm not sure I qualify for pre-rendered…
st.
  • 593
  • 1
  • 5
  • 12
3
votes
2 answers

Optimizing openmaptiles and servers for planet tiles generation

I'm currently using openmaptiles in order to generate planet tiles (zoom 0 to 14 or 15). This is a long process that I plan run on dedicated servers. I know that this is a service offered by openmaptiles but I can't afford spending $1200 or $1000 to…
3
votes
1 answer

how enable SSL klokantech tileserver

I'm using this tileserver in my project - https://openmaptiles.com/server/ (i'm using it with Docker). How to enable HTTPS protocol in webserver (ubuntu server 18.04) ?
3
votes
1 answer

Read openstreetmap PBF file with PHP?

I downloaded a mbtiles file from this location: https://openmaptiles.com/downloads/europe/netherlands/ I can serve this file in PHP with this library : https://github.com/klokantech/tileserver-php This returns a compressed PBF, which Mapbox GL JS…
Dylan
  • 9,129
  • 20
  • 96
  • 153
1
2 3 4 5 6 7 8