Fix: gps-icon should turn into an arrow again

This commit is contained in:
Pieter Vander Vennet 2023-03-22 16:25:24 +01:00
parent b99588b4ba
commit ef93ad126f
2 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"id": "gps_location",
"description": "Meta layer showing the current location of the user. Add this to your theme and override the icon to change the appearance of the current location. The object will always have `id=gps` and will have _all_ the properties included in the [`Coordinates`-object](https://developer.mozilla.org/en-US/docs/Web/API/GeolocationCoordinates) returned by the browser.",
"description": "Meta layer showing the current location of the user. Add this to your theme and override the icon to change the appearance of the current location. The object will always have `id=gps` and will have _all_ the properties included in the [`Coordinates`-object](https://developer.mozilla.org/en-US/docs/Web/API/GeolocationCoordinates) (except latitude and longitude) returned by the browser, such as `speed`, `altitude`, `heading`, ....",
"minzoom": 0,
"source": {
"osmTags": "id=gps",
@ -38,4 +38,4 @@
]
}
]
}
}