Spaces:
Sleeping
Sleeping
technical details
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ bucket = {
|
|
117 |
easement = {
|
118 |
"fill-color":
|
119 |
['case',
|
120 |
-
['==', ['get', ''], 'Fee'],
|
121 |
public_color,
|
122 |
['==', ['get', 'FeatClass'], 'Easement'],
|
123 |
private_color,
|
@@ -239,7 +239,7 @@ m.add_basemap("Esri.WorldShadedRelief")
|
|
239 |
|
240 |
m.add_tile_layer(
|
241 |
url="https://minio.carlboettiger.info/shared-data/mobi-tiles/red/{z}/{x}/{y}.png",
|
242 |
-
name="MOBI",
|
243 |
attribution="NatureServe",
|
244 |
opacity=0.9
|
245 |
)
|
|
|
117 |
easement = {
|
118 |
"fill-color":
|
119 |
['case',
|
120 |
+
['==', ['get', 'FeatClass'], 'Fee'],
|
121 |
public_color,
|
122 |
['==', ['get', 'FeatClass'], 'Easement'],
|
123 |
private_color,
|
|
|
239 |
|
240 |
m.add_tile_layer(
|
241 |
url="https://minio.carlboettiger.info/shared-data/mobi-tiles/red/{z}/{x}/{y}.png",
|
242 |
+
name="MOBI Species Richness",
|
243 |
attribution="NatureServe",
|
244 |
opacity=0.9
|
245 |
)
|