Files
openlayers/examples/vector-layer.html
2015-11-18 09:56:15 -07:00

11 lines
386 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. Zoom in a few times to see country name labels.
tags: "vector, osm, xml, loading, server"
---
<div id="map" class="map"></div>
<div id="info">&nbsp;</div>