synw / geojson

Utilities to work with geojson data in Dart
MIT License
36 stars 53 forks source link

Latitude and longitude are inverted #2

Closed neokree closed 5 years ago

neokree commented 5 years ago

From the RFC:

The first two elements are longitude and latitude, or easting and northing, precisely in that order and using decimal numbers.

However, you are using index 0 for latitude, and 1 for longitude here