-
Coordinate pairs are now specified as
longitude, latitude
instead oflatitude, longitude
-
.parse(...)
now has three parameters instead of two -data
,options
, andcallback
.data
is identical toparams.data
, just in a different place, andoptions
is now optional -
New default options:
option old new geometryType geojson wkb geometryColumn geometry geom outputFormat geojson geojson -
Integratation of geojson-precision. Can be used by specifying a
precision
inoptions
-
Readablilty, style, and performance enhancements