Remove SWF gpx trackpoints feature for Potlatch1

This commit is contained in:
mmd-osm 2019-05-19 15:17:14 +02:00
parent da11ecacb9
commit b97e8d5427
4 changed files with 0 additions and 266 deletions

View file

@ -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