11 lines
386 B
HTML
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"> </div>
|