Created
April 19, 2011 17:07
-
-
Save springmeyer/928853 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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