fix: add text wrap in POI list, increase search radius and exclude street_side parking
This commit is contained in:
@ -130,7 +130,7 @@
|
||||
style="flex: 1;"
|
||||
onclick={() => {
|
||||
view.switch("nearby-poi", {
|
||||
tags: "amenity=parking",
|
||||
tags: "amenity=parking,parking!=street_side",
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user