septima-widgetapi

2.42.7 • Public • Published

Septima Widget API

Septima Widget is a simple way to add interactive maps on the web. It is a commercial API. Please contact us at kontakt@septima.dk for more info.

Getting Started

Install the septima-widgetapi package:

npm install septima-widgetapi

Import WidgetAPI in your application:

import WidgetAPI from 'septima-widgetapi';

new WidgetAPI('#map', {
    "map": {
        "view": {
            "zoomLevel": 10,
            "x": 724413,
            "y": 6175985
        },
        "layer": [
            {
                "namedlayer": "#dk_standard",
            }
        ]
    }
});

Documentation

Check out the examples and the documentation (in Danish).

CircleCI

Readme

Keywords

none

Package Sidebar

Install

npm i septima-widgetapi

Weekly Downloads

60

Version

2.42.7

License

UNLICENSED

Unpacked Size

13.6 kB

Total Files

4

Last publish

Collaborators

  • karstenpihl