From 880be210a18fa110d111ca9a7ad085a9ec3b2171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 23 Sep 2015 09:16:29 +0200 Subject: [PATCH] Rename drag-features example to custom-interactions --- examples/{drag-features.html => custom-interactions.html} | 4 ++-- examples/{drag-features.js => custom-interactions.js} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/{drag-features.html => custom-interactions.html} (66%) rename examples/{drag-features.js => custom-interactions.js} (100%) diff --git a/examples/drag-features.html b/examples/custom-interactions.html similarity index 66% rename from examples/drag-features.html rename to examples/custom-interactions.html index 9352f6f92e..b04b929aab 100644 --- a/examples/drag-features.html +++ b/examples/custom-interactions.html @@ -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" --- diff --git a/examples/drag-features.js b/examples/custom-interactions.js similarity index 100% rename from examples/drag-features.js rename to examples/custom-interactions.js