Simplify vector-layer example and always render labels

This commit is contained in:
Andreas Hocevar
2017-09-27 18:06:57 +02:00
parent 325fac6886
commit 50568a6394
2 changed files with 27 additions and 38 deletions

View File

@@ -3,8 +3,8 @@ 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"
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>