MessagesReplacement version 2024-09-16new
NZTopo version 2024-04-10new
Tests use the development version of NZTopo - NZToponew
Test files are
When loaded to http://www.topomap.co.nz/
in the 'share map' add KML / GPX overlay, this is the 'test on map' link generated by topomap
See Cookbook.NZTopo , Cookbook:NZTopo , Test NZTopo-Zoom , Test NZTopo-Attach , and http://www.topomap.co.nz/ .
Test kml (2) attachments (double rawurlencode )
double urlencode, filename urldecode, spaces in path. Does not work
(:nztopo kml2="https://kiwiwiki.nz/testdata/2014-05-30 13_54_13.kml" :)
double urlencode, filename urldecode, %20 in path. Does not work
(:nztopo kml2='https://kiwiwiki.nz/testdata/2014-05-30%2013_54_13.kml' :)
single urlencode, spaces in path. Does not work
(:nztopo kml3="https://kiwiwiki.nz/testdata/2014-05-30 13_54_13.kml" zoom=11:)
double urlencode, spaces in path. Does not work
(:nztopo kml4="https://kiwiwiki.nz/testdata/2014-05-30 13_54_13.kml" zoom=11:)
double urlencode, %20 in path. Does not work
(:nztopo kml4='https://kiwiwiki.nz/testdata/2014-05-30%2013_54_13.kml' :)
test gpx attachments
(:nztopo gpx=https://kiwiwiki.nz/testdata/20150529.gpx zoom=15:)
(:nztopo gpx='https://kiwiwiki.nz/testdata/20150531.gpx ' zoom=15:)
Messages