Skip to content

Commit ce17c3a

Browse files
quinarygiofreddidierRTE
authored andcommitted
Add french 400KV hight voltage on geomap (#6113)
Signed-off-by: Giovanni Ferrari <[email protected]>
1 parent fdd2cee commit ce17c3a

File tree

3 files changed

+3
-1093
lines changed

3 files changed

+3
-1093
lines changed

config/docker/ui-config/web-ui.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@
8585
"layer": {
8686
"geojson": [
8787
{
88-
"url": "assets/layers/geojson-layer.json",
88+
"url": "https://odre.opendatasoft.com/api/explore/v2.1/catalog/datasets/lignes-aeriennes-rte-nv/exports/geojson?lang=fr&refine=tension%3A%22400kV%22&facet=facet(name%3D%22tension%22%2C%20disjunctive%3Dtrue)&timezone=Europe%2FBerlin",
8989
"style": {
90-
"stroke-color": "blue",
91-
"stroke-width": 1.5,
92-
"fill-color": "rgba(39, 245, 164, 0.4)"
90+
"stroke-color": "red"
9391
}
9492
},
9593
{

src/docs/asciidoc/reference_doc/geomap.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ ifndef::single-page-doc[<</documentation/current/reference_doc/index.adoc#ui_pro
4646
section for more information and additional customization options.
4747

4848

49+
The example configuration references a GeoJSON layer from Opendata Réseau Énergies (https://odre.opendatasoft.com/) published under open licence v2.0 https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf

0 commit comments

Comments
 (0)