projects: move OSM editor for mobile devices to single page
authorRoland Hieber <rohieb@rohieb.name>
Fri, 15 Jul 2011 01:01:20 +0000 (03:01 +0200)
committerRoland Hieber <rohieb@rohieb.name>
Fri, 15 Jul 2011 01:01:20 +0000 (03:01 +0200)
projects.mdwn
projects/osm-mobile.mdwn [new file with mode: 0644]

index 820bd6f..7a0b14d 100644 (file)
@@ -14,29 +14,7 @@ IMHO still need to be implmented in existing software.
 This section should serve as a source of inspiration for people that have too 
 much time on their hands.
 
-OpenStreetMap editor for mobile devices
----------------------------------------
-[JOSM](http://josm.openstreetmap.org) and [Merkaartor](http://merkaartor.be/)
-are really nice programs for editing OpenStreetMap data on the desktop, and
-[OSMTracker](http://wiki.openstreetmap.org/wiki/OSMtracker) is acceptable for
-Windows Mobile devices. However, OSMTracker is very inflexible when it comes
-to tagging abilities. So a perfect mobile application would combine the best
-of both worlds:
-
-  * displaying the raw XML data, maybe in real-time via mobile internet 
-    connection
-  * displaying the rendered map
-  * recording a GPX track
-  * take pictures if the mobile device features a camera
-  * serve as a voice recorder
-  * adding and tagging nodes, ways, and maybe relations in a key=value manner
-    * maybe allow presets for different objects, like JOSM has. These could be
-      implemented like the customizable buttons in OSMTracker.
-    * auto-completion for keys and values would be great for people like me 
-      who cannot remember actual tag names...
-    * The absolute killer feature would be the ability to automatically import
-      the changed data into desktop software like JOSM/Merkaartor, and export 
-      diffs.
+* [[OpenStreetMap editor for mobile devices|projects/osm-mobile]]
 
 JOSM: Nice-to-have
 ------------------------
diff --git a/projects/osm-mobile.mdwn b/projects/osm-mobile.mdwn
new file mode 100644 (file)
index 0000000..413cf80
--- /dev/null
@@ -0,0 +1,23 @@
+OpenStreetMap editor for mobile devices
+---------------------------------------
+[JOSM](http://josm.openstreetmap.org) and [Merkaartor](http://merkaartor.be/)
+are really nice programs for editing OpenStreetMap data on the desktop, and
+[OSMTracker](http://wiki.openstreetmap.org/wiki/OSMtracker) is acceptable for
+Windows Mobile devices. However, OSMTracker is very inflexible when it comes
+to tagging abilities. So a perfect mobile application would combine the best
+of both worlds:
+
+  * displaying the raw XML data, maybe in real-time via mobile internet 
+    connection
+  * displaying the rendered map
+  * recording a GPX track
+  * take pictures if the mobile device features a camera
+  * serve as a voice recorder
+  * adding and tagging nodes, ways, and maybe relations in a key=value manner
+    * maybe allow presets for different objects, like JOSM has. These could be
+      implemented like the customizable buttons in OSMTracker.
+    * auto-completion for keys and values would be great for people like me 
+      who cannot remember actual tag names...
+    * The absolute killer feature would be the ability to automatically import
+      the changed data into desktop software like JOSM/Merkaartor, and export 
+      diffs.
This page took 0.036797 seconds and 4 git commands to generate.