Initial work on overpass based query API

This commit is contained in:
Tom Hughes 2014-03-08 17:40:27 +00:00
parent 0de6885a91
commit 078059b76b
10 changed files with 346 additions and 12 deletions

View file

@ -150,6 +150,7 @@ OpenStreetMap::Application.routes.draw do
match '/offline' => 'site#offline', :via => :get
match '/key' => 'site#key', :via => :get
match '/id' => 'site#id', :via => :get
match '/query' => 'browse#query', :via => :get
match '/user/new' => 'user#new', :via => :get
match '/user/new' => 'user#create', :via => :post
match '/user/terms' => 'user#terms', :via => :get