UNPKG

@eightshift/frontend-libs

Version:

A collection of useful frontend utility modules. powered by Eightshift

75 lines (74 loc) 1.89 kB
{ "$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/block.json", "blockName": "map", "title": "Map", "description": "Map", "category": "eightshift", "icon": { "src": "es-map" }, "keywords": [ "Example Keyword" ], "example": { "attributes": { "exampleContent": "" } }, "attributes": { "mapLayers": { "type": "array", "default": [ { "id": 1, "type": "openStreetMap" } ] }, "mapInteractions": { "type": "object", "default": { "altShiftDragRotate": true, "onFocusOnly": false, "doubleClickZoom": true, "keyboard": true, "mouseWheelZoom": true, "shiftDragZoom": true, "dragPan": true, "pinchRotate": true, "pinchZoom": true } }, "mapControls": { "type": "object", "default": { "attribution": true, "fullScreen": false, "mousePosition": false, "overviewMap": false, "rotate": true, "scaleLine": false, "zoomSlider": false, "zoomToExtent": false, "zoom": true } }, "mapCenterLat": { "type": "string" }, "mapCenterLon": { "type": "string" }, "mapZoom": { "type": "number", "default": 14 } }, "nodeDependency": [ "ol@8", "ol-mapbox-style@12" ], "resources": { "markerIcon": "data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 7.35938C16 11.9873 11.8347 16.9857 10.1728 18.7958C9.80508 19.1964 9.19492 19.1964 8.82717 18.7958C7.16529 16.9857 3 11.9873 3 7.35938C3 3.84719 5.91015 1 9.5 1C13.0899 1 16 3.84719 16 7.35938Z\" fill=\"%233A66A8\" stroke=\"%232E5590\" stroke-linejoin=\"round\"/><path d=\"M9.5 9.25C10.4665 9.25 11.25 8.4665 11.25 7.5C11.25 6.5335 10.4665 5.75 9.5 5.75C8.5335 5.75 7.75 6.5335 7.75 7.5C7.75 8.4665 8.5335 9.25 9.5 9.25Z\" fill=\"white\"/></svg>" } }