Skip to content

Releases: sylvainjule/kirby-locator

2.0.0

08 Mar 20:24
Compare
Choose a tag to compare

Compatibility with Kirby 4 (updated field, updated preview, updated field methods thanks to @nmanngit).

1.1.4

14 Nov 16:23
Compare
Choose a tag to compare

Fix the structure field preview

1.1.3

13 Nov 15:57
Compare
Choose a tag to compare
  • Add square as a fallback for streets key (Nominatim)
  • Add countryCode key thanks to @renestalder
  • Add turkish language thanks to @afbora

1.1.2

26 Feb 16:01
Compare
Choose a tag to compare
  • Use SVG marker icon instead of a png image. This allows custom marker color.

1.1.1

23 Feb 18:43
Compare
Choose a tag to compare
  • Fix 1.1.0 released too quickly, rebuild index.js

1.1.0: Merge pull request #47 from sebastiangreger/referrerpolicy

23 Feb 18:36
52f3847
Compare
Choose a tag to compare
  • Override panel referrerpolicy for Mapbox API calls

Thanks to @sebastiangreger and @rasteiner.

1.0.9

24 Nov 12:56
Compare
Choose a tag to compare
  • 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

26 Dec 22:11
Compare
Choose a tag to compare

Bugfixes + Structure field preview.

1.0.7

06 Nov 08:01
Compare
Choose a tag to compare

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.outdoorsmapbox/outdoors-v11
mapbox.streetsmapbox/streets-v11
mapbox.lightmapbox/light-v10
mapbox.darkmapbox/dark-v10

Former IDs will automatically be replaced.

1.0.6

10 Apr 11:23
Compare
Choose a tag to compare

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.