Skip to content

Releases: farmOS/farmOS-map

v2.0.2

13 Sep 16:18
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v2.0.1

09 Sep 04:34
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v2.0.0

08 Sep 19:13
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v2.0.0-alpha.0

18 Jun 18:45
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v1.4.2

02 Apr 15:34
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v1.4.1

09 Feb 17:28
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v1.4.0

09 Feb 17:29
Compare
Choose a tag to compare

See CHANGELOG.md for release notes.

v1.3.0

11 Aug 12:43
Compare
Choose a tag to compare

This release includes the following changes:

  • Integrate a snapping grid into farmOS-map #85

v1.2.0

29 Jul 17:08
Compare
Choose a tag to compare

This release includes the following changes:

  • Add GeoJSON layer from object, instead of URL #76 #77
  • Add support for style functions #72 #78
  • Expose tileSize parameter for XYZ layers. #83
  • Update OpenLayers and other dependencies.

v1.1.0

16 Apr 14:22
Compare
Choose a tag to compare

This release includes the following changes:

  • Publish with a Google Maps key that only works on farmOS GitHub Pages.
  • Layer attribution #73
  • Add MapBox watermark and attribution.
  • Convert layer visibility to a string before saving it to localStorage with JSON.stringify(). See #65
  • Test localStorage layer visibility is a boolean after parsing it with JSON.parse(), in case some browsers convert it to boolean automatically in localStorage.getItem(). See #65
  • Explicitly check to see if localStorage.getItem() is not null before syncing it to OpenLayers. See #65