]> git.openstreetmap.org Git - rails.git/blobdiff - lib/editors.rb
Wrap longitude values explicitly
[rails.git] / lib / editors.rb
index ed1de5999d161baf6ab938ab2e12b17cdb28148e..3b5de3decd0655428e868355006f6401d06b19b7 100644 (file)
@@ -1,3 +1,4 @@
 module Editors 
   ALL_EDITORS = [ "potlatch", "potlatch2", "remote" ]
+  RECOMMENDED_EDITORS = [ "potlatch2", "remote" ]
 end