OpenStreetMap reprojection example

This commit is contained in:
Dalibor Janák
2015-09-09 11:00:10 +02:00
committed by Petr Sloup
parent 76974a5888
commit 043b206705
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
template: example.html
title: OpenStreetMap reprojection example
shortdesc: Demonstrates client-side reprojection of OpenStreetMap in WGS84.
docs: >
This example shows client-side reprojection of OpenStreetMap in WGS84.
tags: "reprojection, projection, openstreetmap, wgs84, tile"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
</div>