### To use EPSG codes to describe coordinate reference system, the "crs" member should have the following structure: <code>"crs": {"type": "EPSG", "properties": {"code": 4267}}</code>. "crs", "type", and "properties" must be lower case. When used as a value, "EPSG" must be upper case.
 
### To use EPSG codes to describe coordinate reference system, the "crs" member should have the following structure: <code>"crs": {"type": "EPSG", "properties": {"code": 4267}}</code>. "crs", "type", and "properties" must be lower case. When used as a value, "EPSG" must be upper case.
 
#### Note that the use of EPSG codes does not change the meaning of the coordinate order for a GeoJSON data structure.  All coordinates in GeoJSON are in x, y order (longitude, latitude). This is true regardless of the schema used to represent the coordinate reference system.
 
#### Note that the use of EPSG codes does not change the meaning of the coordinate order for a GeoJSON data structure.  All coordinates in GeoJSON are in x, y order (longitude, latitude). This is true regardless of the schema used to represent the coordinate reference system.
Exception encountered, of type "Error"