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
7ddffac3
Commit
7ddffac3
authored
Jul 09, 2020
by
Adrien Pavie
Browse files
More contact tags for cinemas
parent
2d8df9fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
7ddffac3
...
...
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Next version (to be released)
## 0.2.3 - 2020-07-09
### Added
-
Theme for cinemas
...
...
themes/cinema.sql
View file @
7ddffac3
...
...
@@ -9,8 +9,8 @@ SELECT
t
.
tags
->
'open_air'
AS
open_air
,
t
.
tags
->
'drive_in'
AS
drive_in
,
t
.
tags
->
'cinema:3D'
AS
cinema3d
,
t
.
tags
->
'screen'
AS
nb_screens
,
t
.
tags
->
'capacity'
AS
capacity
,
t
.
tags
->
'acoustic'
AS
acoustic
,
COALESCE
(
t
.
tags
->
'website'
,
t
.
tags
->
'brand:website'
)
AS
website
,
t
.
tags
->
'phone'
AS
phone
,
t
.
tags
->
'facebook'
AS
facebook
,
COALESCE
(
t
.
tags
->
'website'
,
t
.
tags
->
'contact:website'
,
t
.
tags
->
'brand:website'
)
AS
website
,
COALESCE
(
t
.
tags
->
'phone'
,
t
.
tags
->
'contact:phone'
)
AS
phone
,
COALESCE
(
t
.
tags
->
'facebook'
,
t
.
tags
->
'contact:facebook'
)
AS
facebook
,
COALESCE
(
t
.
tags
->
'wikidata'
,
t
.
tags
->
'brand:wikidata'
)
AS
wikidata
,
t
.
tags
->
'ref:FR:SIRET'
AS
siret
,
<
ADM8REF
>
AS
com_insee
,
<
ADM8NAME
>
AS
com_nom
,
<
GEOM
>
FROM
<
TABLE
>
...
...
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