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

OpenMap tiles raster download

I have downloaded the single purchase raster file of the Australia-Oceania from Open tiles. The download has finished but when I attempt to open the file using GeoPro or QGIS I receive an error message that this file cannot be loaded. Can anyone…
Shauna
  • 1
0
votes
1 answer

How can i draw coastlines in openmaptiles

In openmaptiles schema I can't find about coastlines. https://openmaptiles.org/schema/#water I tried styling like this { "id": "coastline", "type": "line", "source": "openmaptiles", "source-layer": "water", "paint": { "line-color":…
0
votes
1 answer

How high will the resolution be for OpenMapTiles Aerial/Satellite Imagery?

So this is more of an inquiry, I visited https://openmaptiles.com/satellite/ and it is my understanding that "Highres aerial imagery" is still to be added. So, my first question will this imagery comparable to the imagery we see in Google Maps and…
Mr. J
  • 307
  • 2
  • 9
0
votes
1 answer

Using Openmaptiles Tileshrink tool with boundsfilter and negative latitude gives an error

I am using the Openmaptiles tool Tileshrink-gl in Docker to downsize a mbtiles map file. While It's working ok with positive latitude and longitude values, I get an error while using a negative latitude value, e.g.: docker run --rm -it -v…
0
votes
0 answers

How to display .mbtiles on a hosted server

I am using the containerized deployment of openmaptiles. I downloaded all the basic included base maps, (dark-matter, positron, etc..). Then I downloaded the satellite tiles separately from https://openmaptiles.com/downloads/planet/ . Now I have a…
0
votes
1 answer

Would I be breaking the Google TOS if I hide the Google logo in Android Map SDK while showing only OpenStreetMap tiles?

In my app, I'm using GoogleMap class from the Maps SDK for Android to show maps. However, I'm not showing Google's Normal, Hybrid, Satellite or Terrain maps. I'm using that class to show OpenStreeMap tiles using addTileOverlay. So, since I'm not…
vepzfe
  • 4,217
  • 5
  • 26
  • 46
0
votes
3 answers

Custom Tiles overlay not working in latest Google Maps SDK for Android

I'm trying to display OpenCycleMaps inside google maps sdk for android using addTileOverlay and a custom tile provider but its not working in the latest version of the SDK. This is the version of the SDK I'm using…
vepzfe
  • 4,217
  • 5
  • 26
  • 46
0
votes
1 answer

GIS data for world map for geocoding usage

Hi I looking for another alternative to Open Street Map (OSM) to download world map gis data for geocoding usage in my application. The reason why I am not looking into OSM for geocoding is because not all OSM data are accurate and OSM data contains…
0
votes
2 answers

Mismatch between tileserver-gl version and Openmaptiles.com map data?

We're paid subscribers of Openmaptiles.com production map package and we're setting up a new version of latest Docker version of tileserver-gl (v2.6.0) with the latest map data from Openmaptiles.com (osm-2019-07-01-v3.10-europe_spain.mbtiles) and…
0
votes
1 answer

How to get OpenStreetMaps or OpenTilesMaps API for personal android project?

So, I think StackOverflow is the best place for asking this question. I have a personal project in my Academy, I want to make an android app that can use for tracking our track when we are on the mountain. This app will run offline and use GPS…
nandasyo
  • 21
  • 5
0
votes
1 answer

Displaying planet in OpenMapTiles not working, but Spain works

I'm setting up an OpenMapTiles-server-dev to work in Docker container and as a map source i downloaded and configured planet. The map is not showing up in view and also in main UI. My source of OMT-Server, also tried other servers: docker pull…
Matthew
  • 1
  • 2
0
votes
0 answers

How to make sure that all the tiles are rendering at all zoom levels using Open Map Tiles

I'm setting up a map server and I have successfully uploaded the Planet Vector and raster map tiles.But when I try to render the map in my web application some tiles are not rendering and Grey tiles are displayed on zooming.Is there anything I can…
0
votes
1 answer

use openmaptiles.org base map style with Deck.gl

I am trying to use the non-proprietary basemap style from openmaptiles.org (https://openmaptiles.org/docs/website/mapbox-gl-js/) with Deck.gl. In my example I am using the 'Dark matter' style. deckgl = new deck.DeckGL({ container, …
0
votes
1 answer

Openmaptiles - Created own map server integrate with leaflet library

I am new to openmaptiles. Actually, I want to buy a package and create my own map tile server where I could fetch and display the map from my own server. But before that, I want to understand that how to create my own map server and display the map…
sandy
  • 103
  • 12
0
votes
1 answer

Creating MBTiles file with varied levels of detail using existing OpenMapTiles docker tasks?

I'm working hard to get up to speed with OpenMapTiles. The quickstart.sh script usually runs to completion so I've preferred it as a source of truth over the sometimes inconsistent documentation. Time to evolve. What is the most efficient way to…
Eric Theise
  • 185
  • 8