14 lines
393 B
HTML
14 lines
393 B
HTML
---
|
|
layout: example.html
|
|
title: Geographic Coordinates
|
|
shortdesc: Using geographic coordinates for the map view.
|
|
docs: >
|
|
Calling the <code>useGeographic</code> function in the <code>'ol/proj'</code> module
|
|
makes it so the map view uses geographic coordinates (even if the view projection is
|
|
not geographic).
|
|
tags: "geographic"
|
|
---
|
|
<div id="map" class="map"></div>
|
|
<div id="info"></div>
|
|
|