Skip to content

v1.2.1 Update (02/12/2019)

Compare
Choose a tag to compare
@RobAndrewHurst RobAndrewHurst released this 25 Feb 15:33

Release Update v1.2.1 - February 12 2019

Changes

Attribution (Versioning)

Version Numbering added into _default.json workspace.

"attribution": {
        "XYZ #v1.2.1": "https://github.com/geolytix/xyz#v1.2.1",
        "Leaflet": "https://leafletjs.com"
    },

Table View
Table View Functionality Added

         "tableview": {
                        "tables": {
                            "Retail Places": {
                                "columns": [
                                    {
                                        "label": "ID",
                                        "field": "id",
                                        "type": "text"
                                    },
                                    {
                                        "field": "dev_date",
                                        "type": "date"
                                    },
                                    {
                                        "field": "rp_type",
                                        "type": "text"
                                    }
                                ]
                            }
                        }
                    }

Bug Fixes

  • Date Fields not appearing on Filtering