Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created April 19, 2011 17:07
Show Gist options
  • Save springmeyer/928853 to your computer and use it in GitHub Desktop.
Save springmeyer/928853 to your computer and use it in GitHub Desktop.
ERROR 1: Invalid Feature object. Missing 'properties' member.
ERROR 1: Layer schema generation failed.
ERROR 4: Failed to read GeoJSON data
ERROR 1: Invalid Feature object. Missing 'properties' member.
ERROR 1: Layer schema generation failed.
ERROR 4: Failed to read GeoJSON data
FAILURE:
Unable to open datasource `files/data/untitled.geojson' with the following drivers.
untitled.geojson is from http://en.wikipedia.org/wiki/GeoJSON and looks like:
{
"type":"Feature",
"id":"OpenLayers.Feature.Vector_314",
"properties":{},
"geometry":{
"type":"Point",
"coordinates":[97.03125, 39.7265625]
},
"crs":{
"type":"OGC",
"properties":{
"urn":"urn:ogc:def:crs:OGC:1.3:CRS84"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment