Re: [widgets] <option>s on <feature>s

On 3/18/09 4:19 PM, Robin Berjon wrote:
> On Mar 18, 2009, at 15:38 , Marcos Caceres wrote:
>> It might be good to add an <option>s element on the <feature> element
>> to allow options to be set for features using name-value pairs. For
>> example:
>>
>> <feature name="http://clothing.com/api">
>> <option name="fancy" value="pants"/>
>> <option name="color" value="green"/>
>> </feature>
>
> Do you have some examples that involve things that aren't pants?
>


<feature name="http://example.org/geo">
   <option name="start-lat" value="51° 6' N"/>
   <option name="start-long" value="114° 1' W"/>
</feature>

Kind regards,
Marcos

Received on Wednesday, 18 March 2009 15:36:21 UTC