Skip to content

Instantly share code, notes, and snippets.

@amb26
Created March 11, 2022 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amb26/170911f3d61074f4063ca7f977fb9dfd to your computer and use it in GitHub Desktop.
Save amb26/170911f3d61074f4063ca7f977fb9dfd to your computer and use it in GitHub Desktop.
{
defaultColor: [35,35,35],
//baseDirectory: "%bagatelle/data/Xetthecum/qgis2web_2022_02_12-21_38_21_508226/data",
baseDirectory: "%bagatelle/data/Xetthecum/qgis2web_2022_03_11-10_39_28_717315/data",
CSVs: {
sensitiveEcosystems: {
path: "%bagatelle/data/Xetthecum/Sensitive Ecosystems.csv"
}
},
communities: {
Marine: {
banner: true,
classes: {
"Shoreline": { // Shoreline
hasImage: true,
fillColor: [100,175,164]
},
"Subtidal": { // Dock, Subtidal
hasImage: true,
fillColor: [34,122,113]
},
"Eelgrass Beds": {
fillColor: [77,175,84],
},
"Dock": {
fillColor: [127,127,127]
}
}
},
Freshwater: {
banner: true,
classes: {
"Riparian": { // Fen
hasImage: true,
fillColor: [100,195,221]
},
"Wetland": { // Shallow water, Marsh
hasImage: true,
fillColor: [52,153,198]
},
"Greig Creek": {
hasImage: true,
color: [52,153,198]
},
"Davidson Creek": {
color: [52,153,198]
},
"Laughlin Lake": {
hasImage: true,
fillColor: [0,133,188]
},
"Pond": {
hasImage: true,
fillColor: [0,133,188]
}
}
},
Forests: {
banner: true,
classes: {
"Clearcut": { // Clearcut, variable retention, Recently harvested
fillColor: [188,201,184]
},
"Pole Sapling": { // Coniferous pole sapling, broadleaf pole sapling
hasImage: true,
fillColor: [144,166,138]
},
"Young Forest": { // Young conifer forest, Young mixed forest, Young broadleaf forest
hasImage: true,
fillColor: [91,122,82]
},
"Mature Forest": { // Mature conifer forest, Mature mixed forest
hasImage: true,
fillColor: [23,80,18]
}
}
},
"Woodlands and rock outcrops": {
banner: true,
classes: {
"Coastal Bluff": { // Coastal bluff
hasImage: true,
fillColor: [117,117,117]
},
"Woodland": {
hasImage: true,
fillColor: [191,103,58]
}
}
},
Anthropogenic: {
banner: true,
classes: {
"Agricultural": { // Agricultural, cultivated field
hasImage: true,
fillColor: [186,177,140]
},
"Developed": { // Developed, exposed soil, Developed, road surface
hasImage: true,
fillColor: [114,108,84]
},
"Rural": {
hasImage: true,
fillColor: [84,76,54],
},
"Road": {
fillColor: [127,127,127],
},
"Canal": {
color: [52,153,198]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment