Skip to content

Commit

Permalink
update workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx committed Nov 20, 2024
1 parent 6d326c6 commit 360824b
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions workspaces/geotam.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"cluster": {
"distance": 25
},
"filter": {
"current": {
"voacategory": {
"ni": ["OFFICE", "OTHER"]
}
}
},
"style": {
"default": {
"icon": {
Expand All @@ -39,6 +46,52 @@
},
"highlight": {
"scale": 1.5
},
"theme": {
"type": "categorized",
"field": "voacategory",
"cat": {
"INDUSTRIAL": {
"style": {
"icon": {
"type": "dot",
"fillColor": "#e74c3c"
}
}
},
"LEISURE": {
"style": {
"icon": {
"type": "dot",
"fillColor": "#f7dc6f"
}
}
},
"OFFICE": {
"style": {
"icon": {
"type": "dot",
"fillColor": "#af601a"
}
}
},
"OTHER": {
"style": {
"icon": {
"type": "dot",
"fillColor": "#797d7f"
}
}
},
"RETAIL": {
"style": {
"icon": {
"type": "dot",
"fillColor": "#2874a6"
}
}
}
}
}
},
"infoj": [
Expand Down

0 comments on commit 360824b

Please sign in to comment.