]> git.street.me.uk Git - andy/viking.git/commit
Add support for more standard TMS
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 27 Nov 2010 23:15:36 +0000 (00:15 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 27 Nov 2010 23:15:36 +0000 (00:15 +0100)
commit90f15672ad2318d418dd6af4764dafdd168e67cd
treed429fba36742eb18e62830e84b870006d972f472
parentf66ea3ec5e1e1acf57becf69b99584c405b56d6e
Add support for more standard TMS

OpenStreetMap project provides a sort of TMS service.
But it use some specificities: top-left origin with
spherical-mercator pojection.

We need a more standard support: origin in bottom-left corner
with EPSG:4326 projection.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
doc/examples/maps.xml
doc/viking.xml
help/C/viking.xml
src/Makefile.am
src/viktmsmapsource.c [new file with mode: 0644]
src/viktmsmapsource.h [new file with mode: 0644]
test/Makefile.am
test/test_coord_conversion.c [new file with mode: 0644]