FeatureQuery

FeatureQuery returns built-in and/or attribute table data for one or more features, based on their IDs:

  • Get the name, population and geometry of feature 576363 (Delaware)
  • Get the name, population and US Census estimated daytime population for 574979 (New York County -- i.e. Manhattan)

Constructing URLs

BasePath

http://spatial.mapfluence.com/features/<ID(s)>.<format>

where ID(s) are comma-separated feature IDs, and <format> is json or geojson.

To get details about California, Oregon and Washington:

http://spatial.mapfluence.com/features/576360,576393,576403.json

select

Use 'select' to select attribute table data or limit the list of built-in fields.

See SpatialQuery select.

between

See SpatialQuery between.