Bring back the vector-osm example, using a different service

This commit is contained in:
Andreas Hocevar
2016-10-20 13:26:16 +02:00
parent de5b16c0d3
commit dc7f367eaa
2 changed files with 150 additions and 0 deletions

11
examples/vector-osm.html Normal file
View File

@@ -0,0 +1,11 @@
---
layout: example.html
title: OSM XML
shortdesc: Example of using the OSM XML source.
docs: >
OSM XML vector data is loaded dynamically from a the [Overpass API](http://overpass-api.de) using a bbox strategy. Note that panning and zooming will eventually lead to "Too many requests" errors from the Overpass API.
tags: "vector, osmxml, loading, server, strategy, bbox"
cloak:
AkGbxXx6tDWf1swIhPJyoAVp06H0s0gDTYslNWWHZ6RoPqMpB9ld5FY1WutX8UoF: Your Bing Maps Key from http://www.bingmapsportal.com/ here
---
<div id="map" class="map"></div>