Opened 15 years ago
Closed 15 years ago
#460 closed enhancement (fixed)
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 (4)
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
The liblwgeom part is done as of r5452.
Was a pain to go over that huge file
Note:
See TracTickets
for help on using tickets.
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).