Skip to content

Releases: geographika/mappyfile

v1.0.2

31 May 06:41
Compare
Choose a tag to compare

v1.0.1

25 Apr 15:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Sep 09:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.7...v1.0.0

v0.9.7

03 Apr 20:43
Compare
Choose a tag to compare
  • Fix ""ResourceWarning: unclosed"" when reading mapfile.lalr.g in Python 3.10
  • #151 Updates for COMPOSITE blocks
  • #150 Unknown COMPOP "SOFT-LIGHT" and error with several lines with COMPFILTER with validate

v0.9.6

29 Mar 18:56
Compare
Choose a tag to compare
  • Schema fixes for GRID LABELFORMAT and set max versions for MAP DATAPATTERN and TEMPLATEPATTERN
  • Allow TRUE/FALSE values for OUTPUTFORMAT TRANSPARENT

v0.9.5

01 Mar 22:01
Compare
Choose a tag to compare
  • #147 Create list objects for containers when modifying dicts
  • #146 Add COMPOSITE validation
  • #145 layers.insert fails with dict error
  • #144 Invalid value in COMPOSITE - 'compfilter'
  • #140 New feature: group complex types at the end

v0.9.4

22 Feb 15:02
Compare
Choose a tag to compare
  • #137 Checking mapfile dict properties creates invalid empty dictionaries
  • #119 STYLE GEOMTRANSFORM 'labelcenter'
  • #143 Automate schema building
  • #142 Allow newer versions of jsonschema for py3
  • #141 Update and fix Continuous Integration
  • #139 Feature: align values in column
  • #138 Update schema based on new Mapfile validation rules

v0.9.3

13 Dec 08:23
Compare
Choose a tag to compare
  • Adds a new mappyfile.create function to allow creation of Mapfile objects with default values
  • Update the Mapfile schema to include default values for keywords

v0.9.2

28 Aug 23:00
Compare
Choose a tag to compare
  • Add the "idw" to LAYER CONNECIONTYPE
  • Correct "minVersion" of LABEL EXPRESSION
  • Add validation to LEGEND LABELS
  • Add correct validation for MAP LEGEND and OUTPUTFORMAT
  • Add "byte" to OUTPUTFORMAT IMAGEMODE
  • Add "maxVersion" to WEB LOG
  • #120 - Expression list element with apostrophe throws error
  • #118 LABEL -> FONT and LABEL -> POSITION gives errors in validate when attributes are used
  • #114 Style OFFSET: mixed attribute and numerical value fail to parse

v0.9.1

23 Dec 16:04
Compare
Choose a tag to compare
  • Allow any version of lark-parser > 0.9 to be used
  • Fixes for requirements for Python 2.7
  • #115 - Fix for issue #109 (OFFSET numeric and attribute pairs)
  • #109 - Style OFFSET: mixed attribute and numerical value fail to parse