File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
frontend/scripts/components/map/constants Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 275275MEDIA_URL = f"https://{ AWS_STORAGE_BUCKET_NAME } .s3.fr-par.scw.cloud/{ PUBLIC_MEDIA_LOCATION } /"
276276
277277
278- if ENVIRONMENT == "production" :
279- VECTOR_TILES_LOCATION = f"https://{ AWS_STORAGE_BUCKET_NAME } .s3.fr-par.scw.cloud/vector_tiles"
280- else :
278+ if ENVIRONMENT == "local" :
281279 VECTOR_TILES_LOCATION = "https://airflow-dev-alexis.s3.fr-par.scw.cloud/vector_tiles"
280+ else :
281+ VECTOR_TILES_LOCATION = f"https://{ AWS_STORAGE_BUCKET_NAME } .s3.fr-par.scw.cloud/vector_tiles"
282282
283283
284284MATOMO_CONTAINER_SRC = env .str ("MATOMO_CONTAINER_SRC" , default = "https://stats.beta.gouv.fr/js/container_26e5XOBD.js" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const ORTHOPHOTO_TILES_URL = "https://data.geopf.fr/wmts?SERVICE=WMTS&REQ
1212export const OSM_TILES_URL = "https://tile.openstreetmap.org/{z}/{x}/{y}.png" ;
1313
1414export const OCSGE_TILES_URL = "https://airflow-staging.s3.fr-par.scw.cloud/vector_tiles/" ;
15- export const ZONAGE_URBANISME_TILES_URL = "https://airflow-dev-alexis .s3.fr-par.scw.cloud/vector_tiles/" ;
15+ export const ZONAGE_URBANISME_TILES_URL = "https://airflow-staging .s3.fr-par.scw.cloud/vector_tiles/" ;
1616export const OCSGE_GEOJSON_CENTROIDS_URL = "https://airflow-staging.s3.fr-par.scw.cloud/geojson/occupation_du_sol_diff_centroid_" ;
1717export const OCSGE_GEOJSON_BASE_URL = "https://airflow-staging.s3.fr-par.scw.cloud/geojson/" ;
1818
You can’t perform that action at this time.
0 commit comments