Hello,
I've noticed that in some of the data model example files the GeoProperty coordinates are reversed compared to what GeoJSON expects.
This means that if one tries to render the GeoJSON object from a GeoProperty instance as is it'll be placed in the wrong location.
What I mean by that is that the latitude and longitude are reversed, for example in https://github.com/smart-data-models/dataModel.Environment/blob/master/WaterObserved/examples/example.json#L9.
GeoJSON expects the longitude to come first, followed by the latitude.
Regards,
Rok
Hello,
I've noticed that in some of the data model example files the GeoProperty coordinates are reversed compared to what GeoJSON expects.
This means that if one tries to render the GeoJSON object from a GeoProperty instance as is it'll be placed in the wrong location.
What I mean by that is that the latitude and longitude are reversed, for example in https://github.com/smart-data-models/dataModel.Environment/blob/master/WaterObserved/examples/example.json#L9.
GeoJSON expects the longitude to come first, followed by the latitude.
Regards,
Rok