From 0010cb787fca673251c913da3d8002aac4e0958a Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sat, 23 Aug 2014 12:09:17 +0100 Subject: [PATCH] Clarify that draganddrop example doesn't include projection transforms --- examples/drag-and-drop.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/drag-and-drop.html b/examples/drag-and-drop.html index df4ad8c5dc..8bf34b1533 100644 --- a/examples/drag-and-drop.html +++ b/examples/drag-and-drop.html @@ -32,7 +32,7 @@

Drag-and-Drop example

-

Example of using the drag-and-drop interaction. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map.

+

Example of using the drag-and-drop interaction. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. There is no projection transform support, so this will only work with data in EPSG:4326 and EPSG:3857.

See the drag-and-drop.js source to see how this is done.