Steps to replicate the issue (include links if applicable):
try mapframe:
<mapframe latitude="-16.9" longitude="180" lang="de" zoom="11" width="400" height="300" text="long180°">
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-size": "small",
"title": "test"
},
"geometry": {
"type": "Point",
"coordinates": [
-180,
-16.9
]
}
},
]
}
</mapframe>right click east (right) of 180° E
What happens?:
The popup shows a longitude of > 180° (which does not exist).
What should have happened instead?:
The longitudes right (east) to 180°E should have values in [-180,0] (which is 180° west or less)
