19 lines
639 B
HTML
19 lines
639 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"
|
|
experimental: true
|
|
resources:
|
|
- https://code.jquery.com/jquery-2.2.3.min.js
|
|
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css
|
|
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js
|
|
---
|
|
<div id="map" class="map"><div id="popup"></div></div>
|
|
<div id="info"></div>
|
|
|