[OpenLayers-Users] Re: Search for not unique value

Lee M. w_ward_W at hotmail.com
Tue Apr 10 09:40:26 EDT 2012


*would it work if i replace*

wfsProtocol.read({ 
           
    filter: new OpenLayers.Filter.Comparison({ 
    type: OpenLayers.Filter.Comparison.EQUAL_TO,
    matchCase:false,
    property: 'mmsi',
    *value:(document.getElementById("span")).value *   
    })	,   			 
             callback: processTheQuery, 
             scope: strategy
         })

*with*

*value:"${(document.getElementById("span")).value}" *   


--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Search-for-not-unique-value-tp4721538p4752053.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.


More information about the Users mailing list