Fixed sprite on mobile

pull/67/head
Maciej 2022-03-06 23:04:18 +01:00
rodzic 23ae4625aa
commit a7f48fdeb9
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
{ {
"marker_default": { "aed-default": {
"height": 100, "height": 100,
"pixelRatio": 2, "pixelRatio": 2,
"width": 100, "width": 100,

Wyświetl plik

@ -38,7 +38,7 @@ let layers = {
"type": "symbol", "type": "symbol",
"source": "aed-locations", "source": "aed-locations",
"filter": ["!", ["has", "point_count"]], "filter": ["!", ["has", "point_count"]],
"layout": {"icon-image": "aed-default", "icon-size": 0.8} "layout": {"icon-image": "aed-default", "icon-size": 0.9}
}, },
{ {
"id": "clustered-circle", "id": "clustered-circle",