Another question, the AutoComplete from jQuery UI, is cool and I managed to
test is with the JSON from the parcels in Sheboygan using rest:
/$("#address").autocomplete({
delay: 0,
source: function( request, response ) {
$.ajax({
url:
"/mapserver2015/rest/library/Samples/Sheboygan/Layers/Parcels.LayerDefinition/features.geojson",
dataType: "json",
data: {
filter: "RBILAD LIKE '" + request.term + "%'"
},/
Is there a way to sort? By the feature.properties.RBILAD for example.
?sortBy=RBILAD as an example?
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/mapguide-rest-feedback-tp5168657p5182738.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users