Add a translate-features example

This commit is contained in:
Christopher S. Case
2015-08-18 11:20:31 +02:00
committed by Éric Lemoine
parent 338d0570fd
commit d042b4c277
2 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
template: example.html
title: Translate features example
shortdesc: Example of a translate features interaction.
docs: >
This example demonstrates how the translate and select interactions can be used together. Zoom in to an area of interest and click to select a feature. Then drag the feature around to move it elsewhere on the map.
tags: "drag, translate, feature, vector, editing"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
</div>