SMK Usage Guide

A versatile and lightweight toolkit for building a simple web map.

This project is maintained by bcgov

SMK / Configuration

Tools

The tools section of configuration controls which tools are available for the user. The tools array contains an object for each tool type being configured.

These are all the tool types available, click on the tool type to see more information about it, including it’s properties and their default values:

{ "tools": [
    { "type": "about"         },
    { "type": "baseMaps"      },
    { "type": "bespoke"       },
    { "type": "coordinate"    },
    { "type": "directions"    },
    { "type": "geomark"       },
    { "type": "identify"      },
    { "type": "layers"        },
    { "type": "legend"        },
    { "type": "list-menu"     },
    { "type": "location"      },
    { "type": "markup"        },
    { "type": "measure"       },
    { "type": "minimap"       },
    { "type": "pan"           },
    { "type": "query"         },
    { "type": "scale"         },
    { "type": "search"        },
    { "type": "select"        },
    { "type": "shortcut-menu" },
    { "type": "toolbar"       },
    { "type": "version"       },
    { "type": "zoom"          }
] }