Files
openlayers/examples/vector-layer.html
2017-09-27 18:06:57 +02:00

11 lines
320 B
HTML

---
layout: example.html
title: Vector Layer
shortdesc: Example of a countries vector layer with country information.
docs: >
The countries are loaded from a GeoJSON file. Information about countries is shown on hover and click.
tags: "vector, geojson"
---
<div id="map" class="map"></div>
<div id="info">&nbsp;</div>