Feature: Feature

Description See Also Examples

Description

A GeoJSON object with the type "Feature" is a feature object:

See Also

Other geo types: FeatureCollection, GeometryCollection, LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon, geojson-types

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
'{
  "type": "Feature",
  "properties": {
    "population": 200
  },
  "geometry": {
    "type": "Point",
    "coordinates": [10.724029, 59.926807]
  }
}'

ropenscilabs/geoops documentation built on Jan. 1, 2021, 4:03 p.m.