Hi folks,

I am wondering if there is a convention for encoding key value pairs inside
of a single format_options kvp? Basically I want to add a new kml format
option, but I want that option to have multiple options within it. The
structure would look something like this:

format_options:
   foo:
      opt1: val1
      opt2: val2

I am wondering if there is any precedent for encoding this type of info in
a way that doesn’t break the format_options parser. If there is I’ll use
that, if not I was thinking maybe using @ and , ... something like:

format_options=foo:opt1@val1,opt2@val2;

Any thoughts? Suggestions welcome :)

Thanks.

-Justin
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to