I've generate the GeoJson below, but I'm not able to display it on map, neither on http://geojson.io/. I'm pretty sure it depends from my GeoJson but i don't understand why. What am i doing wrong?
{
"features": [
{
"geometry": {
"coordinates": [
[
[
7987535.713063609,
16542238.901992338
],
[
7987535.713063609,
16413269.03785025
],
[
8116090.883108776,
16413269.03785025
],
[
8116090.883108776,
16542238.901992338
],
[
7987535.713063609,
16542238.901992338
]
]
],
"type": "Polygon"
},
"properties": {
"raster_val": "-24.00"
},
"type": "Feature"
}
],
"type": "FeatureCollection"
}
this is equivalent to the coordinate reference system identified by the Open Geospatial Consortium (OGC) URN urn:ogc:def:crs:OGC::CRS84.– nmtoken Jan 20 '21 at 11:01