From c260d161599c231e88ab9b763e242b3fe1f47274 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 20 Jun 2023 03:14:45 +0200 Subject: [PATCH] Refactoring: move more anchor specifications out of iconsize --- .../layers/ambulancestation/ambulancestation.json | 5 +++-- assets/layers/bench/bench.json | 5 +++-- assets/layers/bench_at_pt/bench_at_pt.json | 5 +++-- .../layers/bicycle_library/bicycle_library.json | 5 +++-- assets/layers/bicycle_rental/bicycle_rental.json | 5 +++-- .../bike_repair_station/bike_repair_station.json | 5 +++-- .../bike_themed_object/bike_themed_object.json | 5 +++-- assets/layers/binocular/binocular.json | 5 +++-- .../layers/charging_station/charging_station.json | 3 ++- assets/layers/climbing_area/climbing_area.json | 5 +++-- assets/layers/climbing_club/climbing_club.json | 5 +++-- assets/layers/climbing_gym/climbing_gym.json | 5 +++-- assets/layers/climbing_route/climbing_route.json | 5 +++-- assets/layers/etymology/etymology.json | 5 +++-- assets/layers/extinguisher/extinguisher.json | 5 +++-- assets/layers/fire_station/fire_station.json | 5 +++-- assets/layers/hackerspace/hackerspace.json | 5 +++-- assets/layers/hydrant/hydrant.json | 5 +++-- .../information_board/information_board.json | 5 +++-- assets/layers/map/map.json | 5 +++-- assets/layers/maxspeed/maxspeed.json | 5 +++-- assets/layers/nature_reserve/nature_reserve.json | 5 +++-- .../observation_tower/observation_tower.json | 5 +++-- assets/layers/parking/parking.json | 5 +++-- assets/layers/picnic_table/picnic_table.json | 5 +++-- assets/layers/play_forest/play_forest.json | 5 +++-- assets/layers/postboxes/postboxes.json | 5 +++-- assets/layers/school/school.json | 5 +++-- assets/layers/shops/shops.json | 5 +++-- .../tertiary_education/tertiary_education.json | 5 +++-- assets/layers/trail/trail.json | 5 +++-- assets/layers/tree_node/tree_node.json | 5 +++-- .../visitor_information_centre.json | 5 +++-- assets/themes/buurtnatuur/buurtnatuur.json | 15 +++++++++------ assets/themes/campersite/campersite.json | 10 ++++++---- assets/themes/facadegardens/facadegardens.json | 5 +++-- assets/themes/fruit_trees/fruit_trees.json | 10 ++++++---- assets/themes/grb_fixme/grb_fixme.json | 3 ++- assets/themes/postal_codes/postal_codes.json | 5 +++-- assets/themes/uk_addresses/uk_addresses.json | 5 +++-- 40 files changed, 130 insertions(+), 86 deletions(-) diff --git a/assets/layers/ambulancestation/ambulancestation.json b/assets/layers/ambulancestation/ambulancestation.json index 479903666..ba2e27f97 100644 --- a/assets/layers/ambulancestation/ambulancestation.json +++ b/assets/layers/ambulancestation/ambulancestation.json @@ -362,11 +362,12 @@ "mapRendering": [ { "icon": "./assets/themes/hailhydrant/Twemoji_1f691.svg", - "iconSize": "35,35,center", + "iconSize": "35,35", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#00f", diff --git a/assets/layers/bench/bench.json b/assets/layers/bench/bench.json index 2c6b26b16..8e8a6ca44 100644 --- a/assets/layers/bench/bench.json +++ b/assets/layers/bench/bench.json @@ -997,7 +997,7 @@ "mapRendering": [ { "icon": "./assets/layers/bench/bench.svg", - "iconSize": "35,35,center", + "iconSize": "35,35", "iconBadges": [ { "if": "tourism=artwork", @@ -1007,7 +1007,8 @@ "location": [ "point", "centroid" - ] + ], + "anchor": "center" } ], "filter": [ diff --git a/assets/layers/bench_at_pt/bench_at_pt.json b/assets/layers/bench_at_pt/bench_at_pt.json index f10063b9c..45b1e8cac 100644 --- a/assets/layers/bench_at_pt/bench_at_pt.json +++ b/assets/layers/bench_at_pt/bench_at_pt.json @@ -204,10 +204,11 @@ "mapRendering": [ { "icon": "./assets/themes/benches/bench_public_transport.svg", - "iconSize": "35,35,center", + "iconSize": "35,35", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": "#00f", diff --git a/assets/layers/bicycle_library/bicycle_library.json b/assets/layers/bicycle_library/bicycle_library.json index 65baeffd3..c4a03a7bb 100644 --- a/assets/layers/bicycle_library/bicycle_library.json +++ b/assets/layers/bicycle_library/bicycle_library.json @@ -338,11 +338,12 @@ "then": "circle:#e2783d;./assets/layers/bike_repair_station/pump.svg" } ], - "iconSize": "50,50,bottom", + "iconSize": "50,50", "location": [ "point", "centroid" - ] + ], + "anchor": "bottom" }, { "color": "#c00", diff --git a/assets/layers/bicycle_rental/bicycle_rental.json b/assets/layers/bicycle_rental/bicycle_rental.json index e2d778ac0..5f5c74e6a 100644 --- a/assets/layers/bicycle_rental/bicycle_rental.json +++ b/assets/layers/bicycle_rental/bicycle_rental.json @@ -528,11 +528,12 @@ "mapRendering": [ { "icon": "./assets/themes/bicycle_rental/logo.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#3333aa88", diff --git a/assets/layers/bike_repair_station/bike_repair_station.json b/assets/layers/bike_repair_station/bike_repair_station.json index 1476c127e..c449aa6ad 100644 --- a/assets/layers/bike_repair_station/bike_repair_station.json +++ b/assets/layers/bike_repair_station/bike_repair_station.json @@ -1040,11 +1040,12 @@ "then": "invalid" } ], - "iconSize": "50,50,bottom", + "iconSize": "50,50", "location": [ "point", "centroid" - ] + ], + "anchor": "bottom" } ], "description": { diff --git a/assets/layers/bike_themed_object/bike_themed_object.json b/assets/layers/bike_themed_object/bike_themed_object.json index b6e13747c..6da4759b5 100644 --- a/assets/layers/bike_themed_object/bike_themed_object.json +++ b/assets/layers/bike_themed_object/bike_themed_object.json @@ -70,11 +70,12 @@ "mapRendering": [ { "icon": "./assets/layers/bike_themed_object/other_services.svg", - "iconSize": "50,50,bottom", + "iconSize": "50,50", "location": [ "point", "centroid" - ] + ], + "anchor": "bottom" }, { "color": "#AB76D5", diff --git a/assets/layers/binocular/binocular.json b/assets/layers/binocular/binocular.json index 45f87cd63..08fba37e6 100644 --- a/assets/layers/binocular/binocular.json +++ b/assets/layers/binocular/binocular.json @@ -159,10 +159,11 @@ "mapRendering": [ { "icon": "circle:white;./assets/layers/binocular/telescope.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": "#00f", diff --git a/assets/layers/charging_station/charging_station.json b/assets/layers/charging_station/charging_station.json index 3a98345f2..3258e40f2 100644 --- a/assets/layers/charging_station/charging_station.json +++ b/assets/layers/charging_station/charging_station.json @@ -4016,7 +4016,8 @@ "then": "circle:#fff;./assets/themes/charging_stations/car.svg" } ], - "iconSize": "50,50,bottom" + "iconSize": "50,50", + "anchor": "bottom" } ], "presets": [ diff --git a/assets/layers/climbing_area/climbing_area.json b/assets/layers/climbing_area/climbing_area.json index 10d2a652e..e532b55d1 100644 --- a/assets/layers/climbing_area/climbing_area.json +++ b/assets/layers/climbing_area/climbing_area.json @@ -299,11 +299,12 @@ "mapRendering": [ { "icon": "./assets/themes/climbing/climbing_no_rope.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "dashArray": "8 16", diff --git a/assets/layers/climbing_club/climbing_club.json b/assets/layers/climbing_club/climbing_club.json index e4d944c52..52cc4ebd1 100644 --- a/assets/layers/climbing_club/climbing_club.json +++ b/assets/layers/climbing_club/climbing_club.json @@ -168,7 +168,7 @@ "then": "icons.isOpen" } ], - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" @@ -180,7 +180,8 @@ "then": "
{name}
" } ] - } + }, + "anchor": "center" } ] } diff --git a/assets/layers/climbing_gym/climbing_gym.json b/assets/layers/climbing_gym/climbing_gym.json index ad1c614b6..0db417d63 100644 --- a/assets/layers/climbing_gym/climbing_gym.json +++ b/assets/layers/climbing_gym/climbing_gym.json @@ -243,7 +243,7 @@ "then": "icons.isOpen" } ], - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" @@ -255,7 +255,8 @@ "then": "
{name}
" } ] - } + }, + "anchor": "center" } ], "presets": [ diff --git a/assets/layers/climbing_route/climbing_route.json b/assets/layers/climbing_route/climbing_route.json index 3f1dc1c08..d2443ae58 100644 --- a/assets/layers/climbing_route/climbing_route.json +++ b/assets/layers/climbing_route/climbing_route.json @@ -219,7 +219,7 @@ "mapRendering": [ { "icon": "circle:white;./assets/themes/climbing/climbing_route.svg", - "iconSize": "28,28,center", + "iconSize": "28,28", "location": [ "point", "centroid" @@ -240,7 +240,8 @@ "then": "
{name}
" } ] - } + }, + "anchor": "center" }, { "color": "#0f0", diff --git a/assets/layers/etymology/etymology.json b/assets/layers/etymology/etymology.json index 537069f4e..08118e1e1 100644 --- a/assets/layers/etymology/etymology.json +++ b/assets/layers/etymology/etymology.json @@ -273,10 +273,11 @@ } ] }, - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": { diff --git a/assets/layers/extinguisher/extinguisher.json b/assets/layers/extinguisher/extinguisher.json index c9ae78a90..e953b5b83 100644 --- a/assets/layers/extinguisher/extinguisher.json +++ b/assets/layers/extinguisher/extinguisher.json @@ -156,11 +156,12 @@ "mapRendering": [ { "icon": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg", - "iconSize": "20,20,center", + "iconSize": "20,20", "location": [ "point", "centroid" - ] + ], + "anchor": "center" } ] } diff --git a/assets/layers/fire_station/fire_station.json b/assets/layers/fire_station/fire_station.json index 924208739..7a1ed4b89 100644 --- a/assets/layers/fire_station/fire_station.json +++ b/assets/layers/fire_station/fire_station.json @@ -298,11 +298,12 @@ "mapRendering": [ { "icon": "./assets/themes/hailhydrant/Twemoji12_1f692.svg", - "iconSize": "35,35,center", + "iconSize": "35,35", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#c22", diff --git a/assets/layers/hackerspace/hackerspace.json b/assets/layers/hackerspace/hackerspace.json index 563e02990..cf741f7e6 100644 --- a/assets/layers/hackerspace/hackerspace.json +++ b/assets/layers/hackerspace/hackerspace.json @@ -334,11 +334,12 @@ } ] }, - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#00f", diff --git a/assets/layers/hydrant/hydrant.json b/assets/layers/hydrant/hydrant.json index ca478da4b..bd1fea9ae 100644 --- a/assets/layers/hydrant/hydrant.json +++ b/assets/layers/hydrant/hydrant.json @@ -493,11 +493,12 @@ "mapRendering": [ { "icon": "./assets/themes/hailhydrant/hydrant.svg", - "iconSize": "20,20,center", + "iconSize": "20,20", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#00f", diff --git a/assets/layers/information_board/information_board.json b/assets/layers/information_board/information_board.json index 13ca566d4..3bd45347c 100644 --- a/assets/layers/information_board/information_board.json +++ b/assets/layers/information_board/information_board.json @@ -69,10 +69,11 @@ "mapRendering": [ { "icon": "./assets/layers/information_board/board.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": "#00f" diff --git a/assets/layers/map/map.json b/assets/layers/map/map.json index 0116f3c5d..149014f17 100644 --- a/assets/layers/map/map.json +++ b/assets/layers/map/map.json @@ -264,11 +264,12 @@ } ] }, - "iconSize": "50,50,center", + "iconSize": "50,50", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#00f", diff --git a/assets/layers/maxspeed/maxspeed.json b/assets/layers/maxspeed/maxspeed.json index f9dd25f29..2ec358887 100644 --- a/assets/layers/maxspeed/maxspeed.json +++ b/assets/layers/maxspeed/maxspeed.json @@ -130,11 +130,12 @@ } ] }, - "iconSize": "32,32,center", + "iconSize": "32,32", "location": [ "point", "projected_centerpoint" - ] + ], + "anchor": "center" }, { "color": { diff --git a/assets/layers/nature_reserve/nature_reserve.json b/assets/layers/nature_reserve/nature_reserve.json index 81560ee5c..f8c555c55 100644 --- a/assets/layers/nature_reserve/nature_reserve.json +++ b/assets/layers/nature_reserve/nature_reserve.json @@ -528,11 +528,12 @@ "mapRendering": [ { "icon": "./assets/layers/nature_reserve/nature_reserve.svg", - "iconSize": "50,50,center", + "iconSize": "50,50", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#3c3", diff --git a/assets/layers/observation_tower/observation_tower.json b/assets/layers/observation_tower/observation_tower.json index 745b2aeba..ad2161633 100644 --- a/assets/layers/observation_tower/observation_tower.json +++ b/assets/layers/observation_tower/observation_tower.json @@ -317,11 +317,12 @@ "mapRendering": [ { "icon": "circle:white;./assets/layers/observation_tower/Tower_observation.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" } ] } diff --git a/assets/layers/parking/parking.json b/assets/layers/parking/parking.json index 9de054604..8ce632471 100644 --- a/assets/layers/parking/parking.json +++ b/assets/layers/parking/parking.json @@ -258,7 +258,7 @@ "mapRendering": [ { "icon": "./assets/layers/parking/parking.svg", - "iconSize": "36,36,center", + "iconSize": "36,36", "location": [ "point", "centroid" @@ -273,7 +273,8 @@ }, "then": "circle:white;./assets/layers/toilet/wheelchair.svg" } - ] + ], + "anchor": "center" }, { "width": 2, diff --git a/assets/layers/picnic_table/picnic_table.json b/assets/layers/picnic_table/picnic_table.json index b2a905820..3d2ba4cee 100644 --- a/assets/layers/picnic_table/picnic_table.json +++ b/assets/layers/picnic_table/picnic_table.json @@ -132,11 +132,12 @@ "mapRendering": [ { "icon": "circle:#e6cf39;./assets/layers/picnic_table/picnic_table.svg", - "iconSize": "35,35,center", + "iconSize": "35,35", "location": [ "point", "centroid" - ] + ], + "anchor": "center" } ] } diff --git a/assets/layers/play_forest/play_forest.json b/assets/layers/play_forest/play_forest.json index 5e4d86fa3..7ceaf32c7 100644 --- a/assets/layers/play_forest/play_forest.json +++ b/assets/layers/play_forest/play_forest.json @@ -109,11 +109,12 @@ "mapRendering": [ { "icon": "./assets/layers/play_forest/icon.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#007055", diff --git a/assets/layers/postboxes/postboxes.json b/assets/layers/postboxes/postboxes.json index 40eaeb1de..12cf99bdb 100644 --- a/assets/layers/postboxes/postboxes.json +++ b/assets/layers/postboxes/postboxes.json @@ -80,11 +80,12 @@ "mapRendering": [ { "icon": "./assets/layers/postboxes/postbox.svg", - "iconSize": "40,40,bottom", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "bottom" }, { "color": "#DADADA", diff --git a/assets/layers/school/school.json b/assets/layers/school/school.json index cec082e80..eecea2a05 100644 --- a/assets/layers/school/school.json +++ b/assets/layers/school/school.json @@ -388,11 +388,12 @@ } ] }, - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#fcd862", diff --git a/assets/layers/shops/shops.json b/assets/layers/shops/shops.json index a95e84a44..f4159b8c8 100644 --- a/assets/layers/shops/shops.json +++ b/assets/layers/shops/shops.json @@ -360,11 +360,12 @@ } ] }, - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#00f", diff --git a/assets/layers/tertiary_education/tertiary_education.json b/assets/layers/tertiary_education/tertiary_education.json index b27ca3d7d..c200bee47 100644 --- a/assets/layers/tertiary_education/tertiary_education.json +++ b/assets/layers/tertiary_education/tertiary_education.json @@ -169,7 +169,7 @@ "point", "centroid" ], - "iconSize": "40,40,center", + "iconSize": "40,40", "label": { "mappings": [ { @@ -178,7 +178,8 @@ } ] }, - "icon": "circle:white;./assets/layers/school/college.svg" + "icon": "circle:white;./assets/layers/school/college.svg", + "anchor": "center" }, { "color": "#22f1f4", diff --git a/assets/layers/trail/trail.json b/assets/layers/trail/trail.json index 36a9917a8..173f81d4c 100644 --- a/assets/layers/trail/trail.json +++ b/assets/layers/trail/trail.json @@ -222,10 +222,11 @@ } ] }, - "iconSize": "35,35,center", + "iconSize": "35,35", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": { diff --git a/assets/layers/tree_node/tree_node.json b/assets/layers/tree_node/tree_node.json index 943bf4754..d085ea0d0 100644 --- a/assets/layers/tree_node/tree_node.json +++ b/assets/layers/tree_node/tree_node.json @@ -846,11 +846,12 @@ } ] }, - "iconSize": "40,40,bottom", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "bottom" } ], "description": { diff --git a/assets/layers/visitor_information_centre/visitor_information_centre.json b/assets/layers/visitor_information_centre/visitor_information_centre.json index 2f774e61f..e45f3927d 100644 --- a/assets/layers/visitor_information_centre/visitor_information_centre.json +++ b/assets/layers/visitor_information_centre/visitor_information_centre.json @@ -77,11 +77,12 @@ "mapRendering": [ { "icon": "./assets/layers/visitor_information_centre/information.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" } ] } diff --git a/assets/themes/buurtnatuur/buurtnatuur.json b/assets/themes/buurtnatuur/buurtnatuur.json index 37898c316..f5394dcef 100644 --- a/assets/themes/buurtnatuur/buurtnatuur.json +++ b/assets/themes/buurtnatuur/buurtnatuur.json @@ -92,10 +92,11 @@ "mapRendering": [ { "icon": "circle:#ffffff;./assets/themes/buurtnatuur/nature_reserve.svg", - "iconSize": "50,50,center", + "iconSize": "50,50", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": { @@ -198,10 +199,11 @@ "mapRendering": [ { "icon": "circle:#ffffff;./assets/themes/buurtnatuur/park.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": { @@ -292,10 +294,11 @@ "mapRendering": [ { "icon": "circle:#ffffff;./assets/themes/buurtnatuur/forest.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": { diff --git a/assets/themes/campersite/campersite.json b/assets/themes/campersite/campersite.json index fdf79089b..e8e477b8d 100644 --- a/assets/themes/campersite/campersite.json +++ b/assets/themes/campersite/campersite.json @@ -872,11 +872,12 @@ } ] }, - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" }, { "color": "#00f", @@ -1448,10 +1449,11 @@ "mapRendering": [ { "icon": "circle:white;./assets/themes/campersite/sanitary_dump_station.svg", - "iconSize": "32,32,center", + "iconSize": "32,32", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": "#00f", diff --git a/assets/themes/facadegardens/facadegardens.json b/assets/themes/facadegardens/facadegardens.json index 6935b9fed..74f573542 100644 --- a/assets/themes/facadegardens/facadegardens.json +++ b/assets/themes/facadegardens/facadegardens.json @@ -600,11 +600,12 @@ "then": "circle:white;./assets/themes/facadegardens/bloei.svg" } ], - "iconSize": "50,50,center", + "iconSize": "50,50", "location": [ "point", "centroid" - ] + ], + "anchor": "center" } ], "deletion": true, diff --git a/assets/themes/fruit_trees/fruit_trees.json b/assets/themes/fruit_trees/fruit_trees.json index 7a2e928c5..2c2b757ca 100644 --- a/assets/themes/fruit_trees/fruit_trees.json +++ b/assets/themes/fruit_trees/fruit_trees.json @@ -54,10 +54,11 @@ "mapRendering": [ { "icon": "./assets/themes/buurtnatuur/forest.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": "#00f", @@ -157,10 +158,11 @@ "mapRendering": [ { "icon": "./assets/themes/fruit_trees/fruit_tree.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point" - ] + ], + "anchor": "center" }, { "color": "#00f", diff --git a/assets/themes/grb_fixme/grb_fixme.json b/assets/themes/grb_fixme/grb_fixme.json index 2f1ef929a..58060a352 100644 --- a/assets/themes/grb_fixme/grb_fixme.json +++ b/assets/themes/grb_fixme/grb_fixme.json @@ -93,7 +93,8 @@ } ] }, - "iconSize": "40,40,center" + "iconSize": "40,40", + "anchor": "center" } ], "title": "OSM-gebouw", diff --git a/assets/themes/postal_codes/postal_codes.json b/assets/themes/postal_codes/postal_codes.json index 0fda52af1..f68fba37e 100644 --- a/assets/themes/postal_codes/postal_codes.json +++ b/assets/themes/postal_codes/postal_codes.json @@ -200,11 +200,12 @@ "mapRendering": [ { "icon": "./assets/themes/postal_codes/townhall.svg", - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" } ], "isShown": "_country=be" diff --git a/assets/themes/uk_addresses/uk_addresses.json b/assets/themes/uk_addresses/uk_addresses.json index 4c1f10c49..619b0ee93 100644 --- a/assets/themes/uk_addresses/uk_addresses.json +++ b/assets/themes/uk_addresses/uk_addresses.json @@ -182,11 +182,12 @@ } ] }, - "iconSize": "40,40,center", + "iconSize": "40,40", "location": [ "point", "centroid" - ] + ], + "anchor": "center" } ], "description": "Alamat"