[mapguide-users] mapguide-rest feedback

GordonL gordon.luckett at arrowgeomatics.com
Tue Jan 20 21:01:33 PST 2015


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.


More information about the mapguide-users mailing list