Obsidian_Starter_Template/.obsidian/plugins/obsidian-map-view/data.json
Nicolai.vanderstorm - DSV 5d48341cc7 Initial commit
2024-05-21 15:51:11 +02:00

122 lines
3.3 KiB
JSON

{
"defaultState": {
"name": "Default",
"mapZoom": 1,
"mapCenter": {
"lat": 40.44694705960048,
"lng": -180.70312500000003
},
"query": "",
"chosenMapSource": 0,
"showLinks": false,
"linkColor": "red"
},
"savedStates": [],
"markerIconRules": [
{
"ruleName": "default",
"preset": true,
"iconDetails": {
"prefix": "fas",
"icon": "fa-circle",
"markerColor": "blue",
"innerHTML": "<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"circle\" class=\"svg-inline--fa fa-circle\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" style=\"color: white;\"><path fill=\"currentColor\" d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z\"></path></svg>"
}
},
{
"ruleName": "#trip",
"preset": false,
"iconDetails": {
"prefix": "fas",
"icon": "fa-hiking",
"markerColor": "green"
}
},
{
"ruleName": "#trip-water",
"preset": false,
"iconDetails": {
"prefix": "fas",
"markerColor": "blue"
}
},
{
"ruleName": "#dogs",
"preset": false,
"iconDetails": {
"prefix": "fas",
"icon": "fa-paw"
}
}
],
"zoomOnGoFromNote": 15,
"autoZoom": true,
"markerClickBehavior": "replaceCurrent",
"markerCtrlClickBehavior": "dedicatedPane",
"markerMiddleClickBehavior": "dedicatedTab",
"openMapBehavior": "replaceCurrent",
"openMapCtrlClickBehavior": "dedicatedPane",
"openMapMiddleClickBehavior": "dedicatedTab",
"newNoteNameFormat": "Location added on {{date:YYYY-MM-DD}}T{{date:HH-mm}}",
"showNoteNamePopup": true,
"showLinkNameInPopup": "always",
"showNotePreview": true,
"showClusterPreview": true,
"debug": false,
"openIn": [
{
"name": "Google Maps",
"urlPattern": "https://maps.google.com/?q={x},{y}"
}
],
"urlParsingRules": [
{
"name": "OpenStreetMap Show Address",
"regExp": "https:\\/\\/www.openstreetmap.org\\S*query=([0-9\\.\\-]+%2C[0-9\\.\\-]+)\\S*",
"ruleType": "latLng",
"preset": true
},
{
"name": "Generic Lat,Lng",
"regExp": "([0-9\\.\\-]+), ([0-9\\.\\-]+)",
"ruleType": "latLng",
"preset": true
},
{
"name": "Geolocation Link",
"regExp": "\\[.*\\]\\(geo:([0-9\\.\\-]+),([0-9\\.\\-]+)\\)",
"ruleType": "latLng",
"preset": true
}
],
"mapControls": {
"filtersDisplayed": true,
"viewDisplayed": false,
"linksDisplayed": true,
"presetsDisplayed": false
},
"maxClusterRadiusPixels": 20,
"searchProvider": "osm",
"useGooglePlaces": false,
"mapSources": [
{
"name": "CartoDB",
"urlLight": "https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png",
"preset": true
}
],
"frontMatterKey": "location",
"chosenMapMode": "auto",
"saveHistory": true,
"letZoomBeyondMax": false,
"queryForFollowActiveNote": "path:\"$PATH$\"",
"supportRealTimeGeolocation": false,
"fixFrontMatterOnPaste": true,
"geoHelperType": "url",
"geoHelperCommand": "chrome",
"geoHelperUrl": "https://esm7.github.io/obsidian-geo-helper/",
"handleGeolinksInNotes": true,
"showGeolinkPreview": false,
"zoomOnGeolinkPreview": 10,
"routingUrl": "https://www.google.com/maps/dir/?api=1&origin={x0},{y0}&destination={x1},{y1}"
}