{\”markerLastID\”: 0,\”regionLastID\”: 0,\”dataLastID\”: 1,\”disableAll\”: false,\”width\”: 792.54596,\”height\”: 316.66394,\”lockAspectRatio\”: false,\”padding\”: {\”top\”: 0,\”left\”: 0,\”right\”: 0,\”bottom\”: 0},\”maxWidth\”: null,\”maxHeight\”: null,\”minWidth\”: null,\”minHeight\”: null,\”loadingText\”: \”Loading map…\”,\”colorsIgnore\”: false,\”colors\”: {\”baseDefault\”: \”#000000\”,\”background\”: \”#eeeeee\”,\”selected\”: 40,\”hover\”: 20,\”directory\”: \”#fafafa\”,\”status\”: {},\”markers\”: {\”base\”: {\”opacity\”: 100,\”saturation\”: 100},\”hovered\”: {\”opacity\”: 100,\”saturation\”: 100},\”unhovered\”: {\”opacity\”: 40,\”saturation\”: 100},\”active\”: {\”opacity\”: 100,\”saturation\”: 100},\”inactive\”: {\”opacity\”: 40,\”saturation\”: 100}},\”base\”: \”#6e6a6a\”},\”regions\”: [],\”clustering\”: {\”on\”: false},\”viewBox\”: [0,0,792.54596,316.66394],\”cursor\”: \”default\”,\”manualRegions\”: false,\”onClick\”: null,\”mouseOver\”: null,\”mouseOut\”: null,\”menuOnClick\”: null,\”beforeLoad\”: null,\”zoom\”: {\”on\”: true,\”limit\”: [0,10],\”delta\”: 2,\”buttons\”: {\”on\”: true,\”location\”: \”right\”},\”mousewheel\”: true,\”fingers\”: true},\”scroll\”: {\”on\”: true,\”limit\”: false,\”background\”: false,\”spacebar\”: false},\”responsive\”: true,\”tooltips\”: {\”on\”: false,\”position\”: \”bottom-right\”,\”template\”: \”\”,\”maxWidth\”: \”\”,\”minWidth\”: 100},\”popovers\”: {\”on\”: false,\”position\”: \”top\”,\”template\”: \”\”,\”centerOn\”: true,\”width\”: 300,\”maxWidth\”: 50,\”maxHeight\”: 50},\”multiSelect\”: false,\”regionStatuses\”: [{\”label\”: \”Disabled\”,\”value\”: \”0\”,\”color\”: \”\”,\”disabled\”: true},{\”label\”: \”Enabled\”,\”value\”: \”1\”,\”color\”: \”\”,\”disabled\”: false}],\”events\”: {\”afterLoad\”: \”function(){\\n // var mapsvg = this;\\n // var regions = mapsvg.regions;\\n // var dbObjects = mapsvg.database.getLoaded();\\n}\”,\”beforeLoad\”: \”function(){\\n // var mapsvg = this;\\n // var settings = mapsvg.options;\\n // console.log(settings);\\n}\”,\”databaseLoaded\”: \”function (){\\n // var mapsvg = this;\\n // var dbObjects = mapsvg.database.getLoaded();\\n}\”,\”click.region\”: \”function (e, mapsvg){\\n // var region = this;\\n // console.log(region);\\n}\”,\”mouseover.region\”: \”function (e, mapsvg){\\n // var region = this;\\n // console.log(region);\\n}\”,\”mouseout.region\”: \”function (e, mapsvg){\\n // var region = this;\\n // console.log(region);\\n}\”,\”click.marker\”: \”function (e, mapsvg){\\n // var marker = this;\\n // console.log(marker);\\n}\”,\”mouseover.marker\”: \”function (e, mapsvg){\\n // var marker = this;\\n // console.log(marker);\\n}\”,\”mouseout.marker\”: \”function (e, mapsvg){\\n // var marker = this;\\n // console.log(marker);\\n}\”,\”click.directoryItem\”: \”function (e, regionOrObject, mapsvg){\\n // var itemjQueryObject = this;\\n}\”,\”mouseover.directoryItem\”: \”function (e, regionOrObject, mapsvg){\\n // var itemjQueryObject = this;\\n}\”,\”mouseout.directoryItem\”: \”function (e, regionOrObject, mapsvg){\\n // var itemjQueryObject = this;\\n}\”,\”shown.popover\”: \”function (mapsvg){\\n // var popoverjQueryObject = this;\\n}\”,\”closed.popover\”: \”function (mapsvg){\\n // var popoverjQueryObject = this;\\n}\”,\”closed.detailsView\”: \”function (mapsvg){\\n // var detailsjQueryObject = this;\\n}\”,\”shown.detailsView\”: \”function (mapsvg){\\n // var detailsjQueryObject = this;\\n}\”},\”css\”: \”#mapsvg-map-3900 .mapsvg-tooltip {\\n\\n}\\n#mapsvg-map-3900 .mapsvg-popover {\\n\\n}\\n#mapsvg-map-3900 .mapsvg-details-container {\\n\\n}\\n#mapsvg-map-3900 .mapsvg-directory-item {\\n\\n}\\n#mapsvg-map-3900 .mapsvg-region-label {\\n /* background-color: rgba(255,255,255,.6); */\\n font-size: 11px;\\n padding: 3px 5px;\\n border-radius: 4px;\\n}\\n#mapsvg-map-3900 .mapsvg-marker-label {\\n padding: 3px 5px;\\n /*\\n border-radius: 4px;\\n background-color: white;\\n margin-top: -4px;\\n */\\n}\\n#mapsvg-map-3900 .mapsvg-filters-wrap {\\n\\n}\\n\\n\\n\\n\\n\\n\\n\”,\”templates\”: {\”popoverRegion\”: \”\\n
{{#if title}} {{title}} {{else}} {{id}} {{/if}}
\\n
Status: {{status_text}}
\\n\\n\\n{{#each objects}}\\n\\n \\n\\n
{{title}}
\\n \\n
{{{description}}}
\\n
{{location.address.formatted}}
\\n\\n \\n {{#each images}}\\n \\n \\n \\n {{/each}}\\n\\n{{/each}}\”,\”popoverMarker\”: \”\\n
{{title}}
\\n\\n
{{{description}}}
\\n
{{location.address.formatted}}
\\n\\n\\n{{#each images}}\\n \\n \\n \\n{{/each}}\\n\\n\\n
Regions: \\n {{#each regions}}\\n \\n {{#if title}}\\n {{title}}\\n {{else}}\\n {{id}}\\n {{/if}}{{#unless @last}}, {{/unless}}\\n {{/each}}\\n
\”,\”tooltipRegion\”: \”\\n{{id}} – {{title}}\”,\”tooltipMarker\”: \”\\n{{title}}\”,\”directoryItem\”: \”\\n\\n{{title}}\”,\”directoryCategoryItem\”: \”\\n{{label}}\\n{{counter}}\\n\”,\”detailsView\”: \”\\n
{{title}}
\\n\\n
{{{description}}}
\\n
{{location.address.formatted}}
\\n\\n\\n{{#each images}}\\n \\n \\n \\n{{/each}}\\n\\n\\n
Regions: \\n {{#each regions}}\\n \\n {{#if title}}\\n {{title}}\\n {{else}}\\n {{id}}\\n {{/if}}{{#unless @last}}, {{/unless}}\\n {{/each}}\\n
\”,\”detailsViewRegion\”: \”\\n
{{#if title}} {{title}} {{else}} {{id}} {{/if}}
\\n
Status: {{status_text}}
\\n\\n\\n{{#each objects}}\\n\\n \\n\\n
{{title}}
\\n \\n
{{{description}}}
\\n
{{location.address.formatted}}
\\n\\n \\n {{#each images}}\\n \\n \\n \\n {{/each}}\\n\\n{{/each}}\”,\”labelMarker\”: \”\\n{{title}}\”,\”labelRegion\”: \”\\n{{title}}\”,\”labelLocation\”: \”You are here!\”},\”gauge\”: {\”on\”: false,\”labels\”: {\”low\”: \”low\”,\”high\”: \”high\”},\”colors\”: {\”lowRGB\”: {\”r\”: 85,\”g\”: 0,\”b\”: 0,\”a\”: 1},\”highRGB\”: {\”r\”: 238,\”g\”: 0,\”b\”: 0,\”a\”: 1},\”low\”: \”#550000\”,\”high\”: \”#ee0000\”,\”diffRGB\”: {\”r\”: 153,\”g\”: 0,\”b\”: 0,\”a\”: 0}},\”min\”: 0,\”max\”: false},\”filters\”: {\”on\”: false,\”source\”: \”database\”,\”location\”: \”leftSidebar\”,\”modalLocation\”: \”mapContainer\”,\”width\”: \”100%\”,\”hide\”: false,\”buttonText\”: \”Filters\”,\”clearButtonText\”: \”Clear all\”,\”clearButton\”: false,\”padding\”: \”\”},\”menu\”: {\”on\”: false,\”hideOnMobile\”: true,\”location\”: \”leftSidebar\”,\”locationMobile\”: \”leftSidebar\”,\”search\”: false,\”containerId\”: \”\”,\”searchPlaceholder\”: \”Search…\”,\”searchFallback\”: false,\”source\”: \”database\”,\”showFirst\”: \”map\”,\”showMapOnClick\”: true,\”minHeight\”: \”400\”,\”sortBy\”: \”id\”,\”sortDirection\”: \”desc\”,\”categories\”: {\”on\”: false,\”groupBy\”: \”\”,\”hideEmpty\”: true,\”collapse\”: true,\”collapseOther\”: true},\”clickActions\”: {\”region\”: \”default\”,\”marker\”: \”default\”,\”directoryItem\”: {\”triggerClick\”: true,\”showPopover\”: false,\”showDetails\”: true}},\”detailsViewLocation\”: \”overDirectory\”,\”noResultsText\”: \”No results found\”,\”filterout\”: {\”field\”: \”\”,\”cond\”: \”=\”,\”val\”: \”\”}},\”database\”: {\”pagination\”: {\”on\”: true,\”perpage\”: 30,\”next\”: \”Next\”,\”prev\”: \”Prev.\”,\”showIn\”: \”directory\”},\”loadOnStart\”: true,\”table\”: \”\”},\”actions\”: {\”map\”: {\”afterLoad\”: {\”selectRegion\”: false}},\”region\”: {\”click\”: {\”addIdToUrl\”: false,\”showDetails\”: true,\”showDetailsFor\”: \”region\”,\”filterDirectory\”: false,\”loadObjects\”: false,\”showPopover\”: false,\”showPopoverFor\”: \”region\”,\”goToLink\”: false,\”linkField\”: \”Region.link\”},\”touch\”: {\”showPopover\”: false}},\”marker\”: {\”click\”: {\”showDetails\”: true,\”showPopover\”: false,\”goToLink\”: false,\”linkField\”: \”Object.link\”},\”touch\”: {\”showPopover\”: false}},\”directoryItem\”: {\”click\”: {\”showDetails\”: true,\”showPopover\”: false,\”goToLink\”: false,\”selectRegion\”: true,\”fireRegionOnClick\”: true,\”linkField\”: \”Object.link\”},\”hover\”: {\”centerOnMarker\”: false}}},\”detailsView\”: {\”location\”: \”mapContainer\”,\”containerId\”: \”\”,\”width\”: \”100%\”,\”mobileFullscreen\”: true},\”mobileView\”: {\”labelMap\”: \”Map\”,\”labelList\”: \”List\”,\”labelClose\”: \”Close\”},\”googleMaps\”: {\”on\”: false,\”apiKey\”: \”\”,\”loaded\”: false,\”center\”: {\”lat\”: -1.8182832854223088,\”lng\”: 118.11498899999998},\”type\”: \”roadmap\”,\”minZoom\”: 1,\”style\”: \”default\”,\”styleJSON\”: [],\”initialized\”: true,\”zoom\”: 4},\”groups\”: [],\”floors\”: [],\”layersControl\”: {\”on\”: false,\”position\”: \”top-left\”,\”label\”: \”Show on map\”,\”expanded\”: true,\”maxHeight\”: \”100%\”},\”floorsControl\”: {\”on\”: false,\”position\”: \”top-left\”,\”label\”: \”Floors\”,\”expanded\”: false,\”maxHeight\”: \”100%\”},\”containers\”: {\”leftSidebar\”: {\”on\”: false,\”width\”: \”250px\”},\”rightSidebar\”: {\”on\”: false,\”width\”: \”250px\”},\”header\”: {\”on\”: false,\”height\”: \”auto\”},\”footer\”: {\”on\”: false,\”height\”: \”auto\”}},\”labelsMarkers\”: {\”on\”: false},\”labelsRegions\”: {\”on\”: false},\”svgFileVersion\”: 1,\”fitMarkers\”: false,\”fitMarkersOnStart\”: false,\”controls\”: {\”location\”: \”right\”,\”zoom\”: true,\”zoomReset\”: false,\”userLocation\”: false},\”source\”: \”/wp-content/plugins/mapsvg/maps/geo-calibrated/indonesia.svg\”,\”db_map_id\”: \”3900\”,\”defaultMarkerImage\”: \”https://lingkarmadani.org/wp-content/plugins/mapsvg/markers/_pin_default.png\”,\”title\”: \”New Map\”,\”regionChoroplethField\”: \”\”,\”disableLinks\”: null,\”filtersSchema\”: \”\”}