This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| width: { | |
| "1/24": "4.1666666666667%", | |
| "2/24": "8.3333333333333%", | |
| "3/24": "12.5%", | |
| "4/24": "16.6666666666667%", | |
| "5/24": "20.8333333333333%", | |
| "6/24": "25%", | |
| "7/24": "29.166666666666667%", | |
| "8/24": "33.333333333333333%", | |
| "9/24": "37.5%", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var data = { | |
| "type": "FeatureCollection", | |
| "name": "Cane Island Section 21", | |
| "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
| "features": [ | |
| { "type": "Feature", "properties": { "Section": 21, "Block": 1, "Lot": 52 }, "geometry": { "type": "MultiPolygon", "coordinates": [ | |
| [ | |
| [ | |
| [-95.842093169272417, 29.802952586671083], | |
| [-95.842093230384151, 29.802951181102419], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| "material" theme (VictoryTheme.material) | |
| Try changing the theme. You could start with `colors` or `fontSize`. | |
| */ | |
| // Colors | |
| const yellow200 = "#FFF59D"; | |
| const deepOrange600 = "#F4511E"; | |
| const lime300 = "#DCE775"; | |
| const lightGreen500 = "#8BC34A"; |