From 5bd18d47a5112ca1f8e9b659f6ebacc8900d8561 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 28 Sep 2012 10:22:27 -0700 Subject: [PATCH] First roadmap draft --- Roadmap.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Roadmap.md diff --git a/Roadmap.md b/Roadmap.md new file mode 100644 index 0000000..e141388 --- /dev/null +++ b/Roadmap.md @@ -0,0 +1,15 @@ +* (done) Architecture for base types, map, renderers (excluding vector rendering), tile layers and sources, interactions, controls and overlays. +* (done) Basic map interactions and controls (zooming, dragging etc.). +* (in progress) Implement more tile layer sources (WMS etc.). +* (in progress) User facing API. +* (in progress) Full library build. +* Support for custom builds (web based tool). +* Implement pinch zoom. +* Implement a popup overlay. +* Implement geometries and geometry handling. +* Implement vector rendering, including symbolization. +* Implement vector formats (port from OpenLayers 2). +* Implement other OGC formats (port from OpenLayers 2). +* Architecture for camera. +* Implement camera. +