I've been using geojson to extract some space data from another format which already has a unique id for each shape that I am extracting. I use that id as the id for the feature and combine those into ...
GeoJSON is used to create Google Maps API v3 vectors (Marker, Polyline, Polygon) from GeoJSON objects (Point, LineString, Polygon, MultiPoint, MultiLineString ...