Rename drag-features example to custom-interactions

This commit is contained in:
Éric Lemoine
2015-09-23 09:16:29 +02:00
parent 7896350fe4
commit 880be210a1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
---
template: example.html
title: Custom interaction example
shortdesc: Example of a custom drag features interaction.
shortdesc: Example of a custom interaction.
docs: >
This example demonstrates using a custom interaction with OpenLayers, by subclassing `ol.interaction.Pointer`.
This example demonstrates creating a custom interaction by subclassing `ol.interaction.Pointer`.
Note that the built in interaction `ol.interaction.Translate` might be a better option for moving features.
tags: "drag, feature, vector, editing, custom, interaction"
---