sylvainjule / kirby-locator

A simple map & geolocation field, built on top of open-source services and Mapbox. Kirby 3 and 4.
97 stars 14 forks source link

Address is hidden #8

Closed medienbaecker closed 5 years ago

medienbaecker commented 5 years ago

The address is hidden, no matter if I add it to the display list or display all as the default.

I think I found the mistake, though: https://github.com/sylvainjule/kirby-locator/blob/master/src/field/Locator.vue#L33-L36

You check if the display list includes addressdetails instead of just address.

sylvainjule commented 5 years ago

Fixed! Thanks for spotting it.