0.1.0 • Published 12 months ago

@robinvdbroeck/openlayers-devtools v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Openlayers-devtools

Usage:

// Using es6 modules
import Map from "ol/Map";
import OlDevtools from "@robinvdbroeck/openlayers-devtools";
// or commonjs
const Map = require("ol/map");
const OlDevtools = require("@robinvdbroeck/openlayers-devtools");

const myOlMap = new Map(...);

const devtools = new OlDevtools({
    map: myOlMap,
    target: "id" // ID of an empty dom element, preferably a div
});

Requirements

Any openlayers version more recent than 7.0.0 should work.

Previous versions might also work, but are not tested.

0.1.0

12 months ago