Ticket #460 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Parametrizable namespace to GML output

Reported by: strk Owned by: colivier
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: 1.5.X
Keywords: Cc:

Description

Rather than always add an 'gml:' namespace to GML output routine, allow overriding it, or completely omitting it.

Change History

Changed 3 years ago by colivier

  • owner changed from pramsey to colivier

Changed 3 years ago by strk

coliver, do you have plans to work on this ? or I'll proceed myself.

The requirement is to specify a custom prefix or no prefix at all. I guess we could take a null as a no-prefix (also exclude colon), a missing argument as the default ("gml") and anything else as the prefix to use (adding the colon char).

With this interface you would be able to specify an empty string prefix but still get the colon. Would that make sense at all ? (I'm not a GML user).

Changed 3 years ago by strk

The liblwgeom part is done as of r5452. Was a pain to go over that huge file :)

Changed 3 years ago by strk

  • status changed from new to closed
  • resolution set to fixed

Ready in r5459.

Note: See TracTickets for help on using tickets.