Initial commit
This commit is contained in:
56
lib/assets/javascripts/builder/data/default-cartography.json
Executable file
56
lib/assets/javascripts/builder/data/default-cartography.json
Executable file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"simple": {
|
||||
|
||||
"point": {
|
||||
"fill": {
|
||||
"size": {
|
||||
"fixed": 7
|
||||
},
|
||||
"color": {
|
||||
"fixed": "#EE4D5A",
|
||||
"opacity": 0.9
|
||||
}
|
||||
},
|
||||
"stroke": {
|
||||
"size": {
|
||||
"fixed": 1
|
||||
},
|
||||
"color": {
|
||||
"fixed": "#FFFFFF",
|
||||
"opacity": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"line": {
|
||||
"fill": {},
|
||||
"stroke": {
|
||||
"size": {
|
||||
"fixed": 1.5
|
||||
},
|
||||
"color": {
|
||||
"fixed": "#4CC8A3",
|
||||
"opacity": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"polygon": {
|
||||
"fill": {
|
||||
"color": {
|
||||
"fixed": "#826DBA",
|
||||
"opacity": 0.9
|
||||
}
|
||||
},
|
||||
"stroke": {
|
||||
"size": {
|
||||
"fixed": 1
|
||||
},
|
||||
"color": {
|
||||
"fixed": "#FFFFFF",
|
||||
"opacity": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user