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
c50b2f50
Commit
c50b2f50
authored
Jul 28, 2020
by
Adrien Pavie
Browse files
Update AED theme
parent
7ddffac3
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c50b2f50
...
...
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Next version (to be released)
### Changed
-
Updated theme for AED (using new tags after release of GeoDAE database)
## 0.2.3 - 2020-07-09
...
...
themes/aed.sql
View file @
c50b2f50
...
...
@@ -2,6 +2,7 @@
--GEOMETRY=point
SELECT
t
.
tags
->
'ref:FR:GeoDAE'
AS
gid
,
t
.
tags
->
'name'
AS
nom
,
ST_Y
(
ST_Transform
(
<
GEOMEMBED
>
,
4326
))
AS
lat_coor1
,
ST_X
(
ST_Transform
(
<
GEOMEMBED
>
,
4326
))
AS
long_coor1
,
...
...
@@ -16,8 +17,16 @@ SELECT
WHEN
t
.
tags
->
'access'
IS
NOT
NULL
THEN
'non'
ELSE
''
END
AS
acc_lib
,
''
AS
acc_pcsec
,
''
AS
acc_acc
,
CASE
WHEN
t
.
tags
->
'security_desk'
=
'yes'
THEN
'oui'
WHEN
t
.
tags
->
'security_desk'
=
'no'
THEN
'non'
ELSE
''
END
AS
acc_pcsec
,
CASE
WHEN
t
.
tags
->
'reception_desk'
=
'yes'
THEN
'oui'
WHEN
t
.
tags
->
'reception_desk'
=
'no'
THEN
'non'
ELSE
''
END
AS
acc_acc
,
t
.
tags
->
'level'
AS
acc_etg
,
t
.
tags
->
'defibrillator:location'
AS
acc_complt
,
CASE
...
...
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