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

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 4096, a single tile can be over 1MB and cover an…
Pepijn
  • 4,145
  • 5
  • 36
  • 64
0
votes
1 answer

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: 12302313230320012 I'd like to get lat/lon of the…
0
votes
0 answers

Use OSMDROID to display my server generated map tiles

I am trying to display map tiles using osmdroid. but it is displaying blank screen. This is my code: map.setZ(100); map.setTileSource(new OnlineTileSourceBase("", 12, 18, 256, ".png", new…
Mayura Devani
  • 440
  • 3
  • 17
0
votes
1 answer

Kubernetes Ingress deployment not loading properly on bare metal

I have deployed a nginx ingress in my baremetal k8s cluster - using metallb. Previously I did it with the apiVersion: networking.k8s.io/v1beta1 tag and it worked fine. However, that tag is no longer supported so I'm using apiVersion:…
Denn
  • 447
  • 1
  • 6
  • 27
0
votes
2 answers

How can I run that Python script I downloaded from GitHub?

https://github.com/AliFlux/MapTilesDownloader I tried the following: PS C:\Program Files\MapTilesDownloader-master\src> python server.py but I received the following result: Traceback (most recent call last): File "server.py", line 3, in…
0
votes
0 answers

OpenMapTile server + leaflet - poor performance

I'd like to use OpenMapTile server with leaflet in my webapp. OpenMapTile server stands on ec2 on AWS. I have also my webapp, that uses leaflet to present data. I'm serving XYZ png tiles in couple of color styles. What I have noticed is, that…
Wons
  • 11
  • 3
0
votes
1 answer

OpenLayers t.getScaleArray is not a function when using with olms

I want to include a Vector Tile Map with OpenLayers and use a GL Style file for styling the map. Therefor I am using ol mapbox styles (olms). I included ol version 6.4.3 and olms version 6.1.3. I want to render my map in a DOM object with id "map".…
Max
  • 1
  • 1
0
votes
1 answer

Does OpenMapTiles support offline usage?

I'm looking to download the following tileset (v3.11 released in 2020) from https://openmaptiles.com/downloads/tileset/osm/asia/malaysia-singapore-brunei/ There is a preview provided of how the full tileset looks like. Could I just check if the…
0
votes
1 answer

Downloading of opentilemaps hangs up

I am trying to install a local server based on OpenMapTiles Map Server. I do the commands given in the instructions on the website https://openmaptiles.com/server/#install: $: curl -sSL https://get.docker.com/ | sh $: docker run --rm -it -v…
0
votes
1 answer

Create custom map overlay (polylines) [Mapbox]

I have a Flutter project using flutter_map and tiles from Mapbox. I also have a very large list of coordinates to create polylines on the map. The coordinates are worldwide geographical boundaries. It's working fine but when displaying the polylines…
0
votes
1 answer

Plotting ESRI ArcGIS data on Open Street Maps

I am trying to plot polylines using response data from ESRI ArcGiS. But instead of geo co-ordinates, what i am receive are Map Co-ordinates, which I cannot find how to implement into my maps. I am using Mapbox Open street maps, in order to display…
BigRed Cup
  • 43
  • 6
0
votes
1 answer

How to serve italian or english tiles map of Libia

I have Libian map but I would like show it not in original arabic alphabet but in italian or english characters, how can I do? Better if I can show all maps in only one language... Here my code
0
votes
1 answer

Anyone have experience getting openmaptiles planet autoupdate to work?

I've been trying to get the provided autoupdate scripts to work. While it does seem to be doing something, it isn't doing what I expect. First, it isn't respecting the tmp folder provided. Instead it is using the /tmp folder of the OS, which…
Eric
  • 11
  • 1
0
votes
0 answers

Openmaptiles cannot open /import/qeofabrik.yaml

I'm struggling with generating my on .mbtiles using openmaptiles. Running the quickstart https://openmaptiles.org/docs/generate/generate-openmaptiles/ fails with: FATAL[0054] can't write file error=open /import/geofabrik.yml: permission denied…
Ludi
  • 433
  • 2
  • 16
0
votes
1 answer

403 Forbidden error when downloading paid OpenMapTiles from website

Every time there's a new release of OpenMapTiles tiles, I get a 403 forbidden error from maptiler.download. If I wait a day or two, the download works, but I'm paying good money for these weekly updates, so how do I download them on time?
Skylar Ittner
  • 802
  • 11
  • 26