gista / summer-cesta-snp

Web mapping application for 'Cesta SNP' project. Gista Open Summer 2011
http://opensummer.cestasnp.sk/
2 stars 1 forks source link

GPX file is wrong #106

Closed cestasnp closed 12 years ago

cestasnp commented 12 years ago

Syntax of gpx file is wrong. No program or page don't know read this. I must before use reconvert this file in http://www.gpsvisualizer.com/convert_input

gista commented 12 years ago

GPX file loads in OGR and also in QGIS, but fails to validate in xmllint (xmllint cestasnp-2011-10-02.gpx --schema http://www.topografix.com/GPX/1/1/gpx.xsd).

It will validate in xmllint when updating second line to following:

imincik commented 12 years ago

After fix in django-geoshortcuts we are xmllint clean.

$ wget -O /tmp/file.gpx http://mapa.cestasnp.sk:8019/mapdata/gpx && xmllint /tmp/file.gpx --schema http://www.topografix.com/GPX/1/1/gpx.xsd

imincik commented 12 years ago

The problem could be also in missing