1.0.2-alpha • Published 5 years ago

@openremote/or-map v1.0.2-alpha

Weekly downloads
1
License
AGPL-3.0-or-later
Repository
-
Last release
5 years ago

@openremote/or-map

IN DEVELOPMENT

NPM Version Linux Build Test Coverage

Install

npm i -S @openremote/or-map

Usage

TODO

    /**
     * By default this generates the following marker HTML:
     * <div class="or-map-marker">
     *     <CHILD NODE>
     *     <CHILD NODE>
     * </div>
     *
     * If there are no child nodes then the default or-map-marker is
     * used:
     * <div class="or-map-marker or-map-marker-default">
     *    <div>
     *       <or-icon icon="or:marker"></or-icon>
     *       <or-icon class="marker-icon" icon="${icon || ""}"></or-icon>
     *    </div>
     * </div>
     */

License

GNU AGPL