Releases: sylvainjule/kirby-locator
Releases · sylvainjule/kirby-locator
2.0.0
1.1.4
Fix the structure field preview
1.1.3
- Add square as a fallback for streets key (Nominatim)
- Add
countryCode
key thanks to @renestalder - Add turkish language thanks to @afbora
1.1.2
- Use SVG marker icon instead of a png image. This allows custom marker color.
1.1.1
- Fix 1.1.0 released too quickly, rebuild
index.js
1.1.0: Merge pull request #47 from sebastiangreger/referrerpolicy
- Override panel referrerpolicy for Mapbox API calls
Thanks to @sebastiangreger and @rasteiner.
1.0.9
- Change build process for kirbyup
- Store the OSM ID under the
osm
key when Nominatim is used - Store the region under the
region
key - Add support for
display: false
, allows to display the field without any written information - Add a
dblclick
option, allows to drop / move a marker on double click anywhere in the map - Add support for entering lat / lon directly in the search field
1.0.8
Bugfixes + Structure field preview.
1.0.7
Every (not custom) mapbox setup won't work without this update, as Mapbox changed their API for raster tiles.
They also changed the IDs:
mapbox.outdoors → mapbox/outdoors-v11
mapbox.streets → mapbox/streets-v11
mapbox.light → mapbox/light-v10
mapbox.dark → mapbox/dark-v10
Former IDs will automatically be replaced.
1.0.6
Switch to positron as default tile server after the Wikimedia incident (currently serving only cached tiles for 3rd parties).
Add a reset
button.
Add a language
param.
A few additional styling adjustments.