Remove SWF gpx trackpoints feature for Potlatch1
This commit is contained in:
parent
da11ecacb9
commit
b97e8d5427
4 changed files with 0 additions and 266 deletions
|
@ -87,7 +87,6 @@ OpenStreetMap::Application.routes.draw do
|
|||
# AMF (ActionScript) API
|
||||
post "amf/read" => "api/amf#amf_read"
|
||||
post "amf/write" => "api/amf#amf_write"
|
||||
get "swf/trackpoints" => "api/swf#trackpoints"
|
||||
|
||||
# Map notes API
|
||||
resources :notes, :except => [:new, :edit, :update], :constraints => { :id => /\d+/ }, :defaults => { :format => "xml" }, :controller => "api/notes" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue