osm2vectortiles/faq.md

78 wiersze
4.2 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?
2015-12-17 11:47:38 +00:00
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.
We ourselves do **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
2015-12-17 11:47:38 +00:00
We plan to provide at least quarterly 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?
2015-12-17 11:47:38 +00:00
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
2015-12-18 08:38:38 +00:00
The [recommended raster tile server](/docs/start/) supports other
2015-12-17 11:47:38 +00:00
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
2015-12-18 08:38:38 +00:00
like Google Maps, Leaflet, OpenLayers, MapBox JS and ArcGIS JavaScript API.
2015-12-15 16:04:24 +00:00
2015-12-17 11:47:38 +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 Open Streets tiles should be usable also in native applications on Android and iOS which uses MapBox Vector Tile specification.
2015-12-15 16:04:24 +00:00
## What is the future Roadmap of this Project?
2015-12-17 11:47:38 +00:00
Geometa Lab and Klokan Technologies are willing to support this project in the future and provide it with
2015-12-15 16:04:24 +00:00
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)
2015-12-17 11:47:38 +00:00
is publicly available for everyone to use for free without any restrictions.
However if you create 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.
## What is the difference from other Projects like Kartotherian or Mapzen Vector Tiles?
We are big fans of Kartotherian and Mapzen but believe not only the process to produce vector tiles
2015-12-18 08:38:38 +00:00
should be open, but also the rendered data to make it really easy for everyone to create
2015-12-17 11:47:38 +00:00
their own maps.
2015-12-18 08:38:38 +00:00
These projects provide public vector tile servers as well but do not provide vector tiles downloads.
Additionally our projects has close compatibility to Mapbox Streets v5 and v6, which allows
using the superior tooling from Mapbox for creating maps (such as open-source [MapBox Studio Classic](https://www.mapbox.com/mapbox-studio-classic/)).
2015-12-17 11:47:38 +00:00
We are looking forward to contribute back to projects like Kartotherian with our improved
source project and mapping files.
## Who is behind this project?
2015-12-18 08:38:38 +00:00
The OSM2VectorTiles project started as a student project at Geometa Lab HSR supported and made
possible by Klokan Technologies GmbH. We are map enthusiasts who want to make OpenStreetMap
2015-12-17 11:47:38 +00:00
accessible for everyone again.