Skip to content

Releases: malardalskartan/mdk

v0.9.1.0

29 Jan 13:33
Compare
Choose a tag to compare

This relese includes:

  • switch from webfonts to svg sprites
  • support for TileArcGISRest
  • toggle between identify results in carousel
  • option to show identify results in sidebar:
{
    featureinfoOptions: {overlay: false}
} 

0.9.0.1

01 Dec 12:43
Compare
Choose a tag to compare

This release adds support for control options. Example for the search control:

    {
      "name": "search",
      "options": {
          "url": "http://localhost:3000/adressok",
          "searchAttribute": "NAMN",
          "northing": "N",
          "easting": "E",
          "title": "Adress"
      }
    } 

v0.9

01 Dec 10:04
Compare
Choose a tag to compare

This is the first version of MDK built in Browserify.