14 lines
284 B
HTML
14 lines
284 B
HTML
---
|
|
template: "example.html"
|
|
title: "EPSG:4326 example"
|
|
shortdesc: "Example of a map in EPSG:4326."
|
|
docs: >
|
|
This example shows how to create a map in EPSG:4326.
|
|
tags: "epsg4326"
|
|
---
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div id="map" class="map"></div>
|
|
</div>
|
|
</div>
|