14 lines
391 B
HTML
14 lines
391 B
HTML
---
|
|
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>
|