Export to GitHub

mod-geocache - issue #59

use ezxml for creating xml capabilities output


Posted on Mar 7, 2011 by Helpful Rhino

xml is hand written by concatenating strings, which will lead to problems when using special characters, and is rahter kludgy.

move to ezxml structures for creating the output. make sure the memory allocation going on is ok (we can't use a pool in that case).

Comment #1

Posted on Mar 7, 2011 by Helpful Rhino

This issue was updated by revision r248.

TMS transitionned

Comment #2

Posted on Mar 7, 2011 by Helpful Rhino

This issue was updated by revision r249.

wmts ongoing

Comment #3

Posted on Mar 7, 2011 by Helpful Rhino

This issue was updated by revision r250.

finish wmts

Create issue Component: Services TileMatrix TopLeftCorner parameter is incorrectly calculated. it is set as minx,maxy of the grid extent, whereas it should be set to minx,minx+N*resolution.

Comment #4

Posted on Apr 19, 2011 by Helpful Rhino

This issue was closed by revision r275.

Status: Fixed

Labels:
Type-Enhancement Priority-Medium Component-Logic