osm2vectortiles/faq.md

61 wiersze
4.0 KiB
Markdown
Czysty Zwykły widok Historia

---
layout: page
2015-12-17 11:52:22 +00:00
title: Frequently Asked Questions
published: true
---
# FAQ
2015-12-15 09:31:38 +00:00
## Can I use the OSM Vector Tiles for commercial purposes?
The project to create the vectortiles is under the [MIT license](https://tldrlegal.com/license/mit-license) and you are therefore free to take the workflow as you want and create your own vector tiles and use them commercially.
The rendered vector tiles provided as download are under the [Open Database License](https://tldrlegal.com/license/odc-open-database-license-(odbl)) the same license [OpenStreetMap is using](https://www.openstreetmap.org/copyright).
Because the data is derived from OpenStreetMap [you are required to credit OpenStreetMap](http://www.openstreetmap.org/copyright) and add the attribution "© OpenStreetMap contributors" to your maps. Apart from that OSM2VectorTiles **not** require any attribution for the rendered vector tiles.
2015-12-15 15:55:55 +00:00
2015-12-17 11:47:38 +00:00
## Will the Extracts and Planet download be updated with new OSM data?
2015-12-15 09:31:38 +00:00
2016-05-21 15:33:49 +00:00
We provide weekly updates of the open vector tile data with the newest sources of the OpenStreetMap planet dump.
2015-12-15 16:04:24 +00:00
## Where should I report bugs in the map?
Please report any bugs you experience on the [GitHub issue tracker](https://github.com/osm2vectortiles/osm2vectortiles/issues).
2015-12-15 09:31:38 +00:00
## How can I contribute to the project?
The purpose of this project is to make OSM data more accessible to anybody. Any feedback or improvement is greatly appreciated. So feel free to submit a pull request or file a bug or suggestion on [GitHub](https://github.com/osm2vectortiles/).
2015-12-15 16:05:38 +00:00
2015-12-17 11:47:38 +00:00
## Can I use my custom Base Map in other GIS tools like QGIS or ArcGIS?
2015-12-15 16:04:24 +00:00
The [recommended raster tile server](/docs/start/) supports other GIS clients and also supports WMTS. You can therefore use the rendered raster tiles from our vector tiles in QGIS, ArcGIS, uDig and also different web mapping libraries like Google Maps, Leaflet, OpenLayers, MapBox JS and ArcGIS JavaScript API.
2015-12-15 16:04:24 +00:00
Support for styling vector tiles in the Mapbox Vector Tile Specification is built into Mapbox Studio and Mapbox Studio Classic.
2015-12-18 08:38:38 +00:00
Esri plans [to support vector tiles in ArcGIS](http://blogs.esri.com/esri/arcgis/2015/07/20/vector-tiles-preview/) and the Geometa Lab is working on a QGIS plugin for loading vector tiles directly. Map libraries like Mapbox GL JS and OpenLayers also support
direct rendering of vector tiles on the client side.
Our OSM2VectorTiles tiles can also be used in native applications on Android and iOS using the native Mapbox GL components.
2015-12-15 16:04:24 +00:00
## What is the future Roadmap of this Project?
Geometa Lab and Klokan Technologies are willing to support this project in the future and provide it with regular updates. The roadmap is public and we welcome you to contribute on the [GitHub issue tracker](https://github.com/osm2vectortiles/osm2vectortiles/issues).
2015-12-17 11:47:38 +00:00
## What are the restrictions on using the CDN?
A [public and fast vector tile server](http://osm2vectortiles.tileserver.com/v1.json) is available for everyone for testing, evaluation, development and non-commercial use.
2015-12-17 11:47:38 +00:00
If you work on a real application we ask you kindly to [create a free access key](http://maps.klokantech.com/) and use the vector tiles together with the access keys so we can guarantee the performance of the service.
2015-12-17 11:47:38 +00:00
2015-12-18 15:56:30 +00:00
For extensive use it is recommended to install your own tileserver or use a paid tile service.
## What is the difference from other Vector Tile services?
2015-12-17 11:47:38 +00:00
We are big fans of Kartotherian and Mapzen, but believe not only the process to produce vector tiles should be open, but also the rendered data to make it really easy for everyone to create and host
2015-12-17 11:47:38 +00:00
their own maps.
2016-05-24 09:10:00 +00:00
These projects provide public vector tile servers as well, but do not provide the vector tiles as download.
2015-12-17 11:47:38 +00:00
## Who is behind this project?
The OSM2VectorTiles project is the ongoing result of the bachelor thesis of Manuel Roth and Lukas Martinelli
from the [University of Applied Sciences Rapperswil, Switzerland](http://hsr.ch/geometalab)
supported and made possible by [Klokan Technologies GmbH](http://www.klokantech.com/).
We are map enthusiasts who want to make OpenStreetMap accessible for everyone again.