Skip to content

Commit

Permalink
Change oil well GeoJSON from path to URL
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectly-preserved-pie committed Jan 21, 2024
1 parent 43bef35 commit c4ce634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def create_oil_well_geojson_layer(cls) -> dl.GeoJSON:
ns = Namespace("myNamespace", "mySubNamespace")
return dl.GeoJSON(
id=str(uuid.uuid4()),
data=cls.load_geojson_data(),
url='assets/datasets/oil_well_optimized.geojson',
cluster=True,
zoomToBoundsOnClick=True,
superClusterOptions={
Expand Down

0 comments on commit c4ce634

Please sign in to comment.