Remove bogus trailing slash from GPX namespace URL
This commit is contained in:
parent
19d683b4df
commit
7369b7427c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class ApiController < ApplicationController
|
|||
root = XML::Node.new 'gpx'
|
||||
root['version'] = '1.0'
|
||||
root['creator'] = 'OpenStreetMap.org'
|
||||
root['xmlns'] = "http://www.topografix.com/GPX/1/0/"
|
||||
root['xmlns'] = "http://www.topografix.com/GPX/1/0"
|
||||
|
||||
doc.root = root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue