septima-widget
v3.7.0
Published
Septima Widget API
Downloads
2,391
Readme
Septima Widget API
Septima Widget (in Danish) is a simple way to add interactive maps on the web. It is a commercial API. Please contact us at [email protected] for more info.
Getting Started
Install the septima-widget
package:
npm install septima-widget
Import WidgetAPI in your application:
import WidgetAPI from 'septima-widget';
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).