Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adrien Pavie
GéoDataMine
Commits
17beecd0
Commit
17beecd0
authored
Feb 01, 2020
by
Adrien Pavie
Browse files
EU ID for charging stations
parent
4c6b0050
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
17beecd0
...
...
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Next version (to be released)
### Changed
-
Added "ref:EU:EVSE" tag in charging station theme
## 0.1.1 - 2020-01-07
...
...
themes/charging_station.sql
View file @
17beecd0
...
...
@@ -5,7 +5,7 @@ SELECT
t
.
tags
->
'owner'
AS
n_amenageur
,
t
.
tags
->
'operator'
AS
n_operateur
,
COALESCE
(
t
.
tags
->
'network'
,
t
.
tags
->
'brand'
)
AS
n_enseigne
,
COALESCE
(
t
.
tags
->
'ref'
,
<
OSMID
>
)
AS
id_station
,
COALESCE
(
t
.
tags
->
'ref:EU:EVSE'
,
t
.
tags
->
'ref'
,
<
OSMID
>
)
AS
id_station
,
t
.
tags
->
'name'
AS
n_station
,
CASE
WHEN
t
.
tags
->
'addr:housenumber'
IS
NOT
NULL
AND
t
.
tags
->
'addr:street'
IS
NOT
NULL
THEN
concat
(
t
.
tags
->
'addr:housenumber'
,
' '
,
t
.
tags
->
'addr:street'
,
', '
,
<
ADM8NAME
>
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment