Use Mapzen instead of openstreetmap.us tiles

The openstreetmap.us tile service will be shut down before the end of the
month.
This commit is contained in:
Andreas Hocevar
2016-08-26 08:36:49 +02:00
parent e301ea4bc1
commit 853fbee1e2
2 changed files with 15 additions and 51 deletions
+4 -2
View File
@@ -3,7 +3,9 @@ layout: example.html
title: OSM Vector Tiles
shortdesc: Using OpenStreetMap vector tiles.
docs: >
A simple vector tiles map with OpenStreetMap vector tiles. **Note**: The tiles used in this example are not optimized for rendering - they clip tiles exactly at the tile boundary instead of adding a buffer, and use geographic coordinates instead of tile relative pixel coordinates in view projection.
tags: "vector, tiles, osm"
A simple vector tiles map with Mapzen vector tiles. **Note**: TopoJSON vector tiles are not optimized for rendering - they might clip geometries exactly at the tile boundary instead of adding a buffer, and use geographic coordinates instead of tile relative pixel coordinates in view projection.
tags: "vector, tiles, osm, mapzen"
cloak:
vector-tiles-5eJz6JX: Your Mapzen API key from https://mapzen.com/developers
---
<div id="map" class="map"></div>