670 Commits

Author SHA1 Message Date
Frédéric Rodrigo
c6a13981ba Support natural=dune aside of beach and sand 2019-08-31 14:30:42 +02:00
Frédéric Rodrigo
dedc1fd91f Remove duplicate POI class match on chocolate and confectionery 2019-08-12 22:30:44 +02:00
François de Metz
f4b56d00ae
Add a subclass column from the mapping_value to clean the landcover layer. 2019-07-28 12:36:01 +02:00
zstadler
7a3ac079ae Add intermittent field to water* layers (#430 PR #585) 2019-05-24 13:21:43 +02:00
Frédéric Rodrigo
4d43ee9136 Add colour to buildings (#555) 2019-05-24 11:09:09 +02:00
Dalibor Janák
b9c8de3fbb
Merge pull request #620 from eva-j/aerialway
Adding aerialway=gondola
2019-05-20 13:42:40 +02:00
Dalibor Janák
2920ffd4da
Merge pull request #578 from nlehuby/ski_resorts
Add ski resorts to poi and landuse layers
2019-05-20 13:40:58 +02:00
Dalibor Janák
3ae8542cf9
Merge pull request #624 from zstadler/patch-3
Remove second occurance of `camp_site` subclass
2019-05-20 13:40:06 +02:00
Dalibor Janák
2ecca4b20d
Merge pull request #626 from eva-j/osmdata_url
import-water 1.0, update osmdata URL
2019-05-20 13:37:14 +02:00
Dalibor Janák
0ecfe3bd63
Merge branch 'master' into patch-3 2019-05-20 13:17:43 +02:00
Dalibor Janák
7bb810667d
Merge pull request #612 from zstadler/patch-2
Add missing subclass values to `landcover` documentation
2019-05-20 13:06:53 +02:00
Dalibor Janák
26b2fb0765
Merge pull request #622 from eva-j/poi_dormitory
Adding dormitories
2019-05-20 13:05:35 +02:00
Dalibor Janák
94b58f5f21
Merge pull request #570 from Phyks/surface
Add surface field for highways
2019-05-20 13:02:47 +02:00
Eva J
f09a2edd12 import-water 1.0, update osmdata URL 2019-05-20 11:58:34 +02:00
Eva J
3520cbec40 POI update only (removing changes in landuse) 2019-05-19 22:04:30 +02:00
zstadler
d2f78cc346
Remove second occurance of camp_site subclass
The `camp_site` subclass is assigned to the `campsite` class by an earlier statement"
```sql
WHEN subclass IN ('camp_site','caravan_site') THEN 'campsite'
```
2019-05-18 08:26:15 +03:00
Eva J
664bc7da28 adding dormitories 2019-05-17 17:28:20 +02:00
Eva J
ed0d63804c update of tag lists, documentation 2019-05-17 14:28:13 +02:00
Eva J
7a167142eb add aerialway=gondola 2019-05-16 13:44:50 +02:00
Eva J
7b6c4752e9 add leisure=track 2019-05-15 18:05:44 +02:00
Eva J
54d0fbc78c adding aerialway=chair_lift,t-bar,rope_tow 2019-05-15 16:37:58 +02:00
Dalibor Janák
bf7e160331
Merge pull request #613 from eva-j/boundaries
Boundary - changes in z4 and z5
2019-05-08 09:07:29 +02:00
Eva J
8f543c5e62 removing using scalerank 2019-05-06 18:04:29 +02:00
Eva J
aee74675eb changes in z4 and z5 - diagram update 2019-05-03 15:06:05 +02:00
Eva J
9146fc74b0 changes in z4 and z5 2019-05-03 14:47:30 +02:00
zstadler
bf062d4731
Add missing landcover subclass values
Subclass values were extracted from `mapping.yaml`
2019-05-01 08:45:57 +03:00
zstadler
53976b154d
Avoid long repeated text in poi mapping file
The `fields` and `mapping` sections for `poi_point` and `poi_polygon` are the same, and must be the same for the SQL to work properly.

Using definitions avoids repetition and the need to make each change in these sections twice, as was already done for the subsections of `mapping`
2019-04-18 01:04:07 +03:00
Dalibor Janák
65d9036616
Merge pull request #567 from Phyks/parking
Add parking, bicycle_parking and motorcycle_parking as POIs
2019-04-15 10:58:17 +02:00
Eva Jelinkova
b0ee2a9c90
adding parking 2019-04-11 21:11:34 +02:00
Dalibor Janák
9d6a021ecb
Merge pull request #605 from eva-j/missing-islands2
Missing islands
2019-04-11 15:08:13 +02:00
Dalibor Janák
6d7c09a039
Merge pull request #606 from eva-j/suburbs
suburb and neighbourhood added for landuse-residential
2019-04-11 15:08:04 +02:00
Dalibor Janák
bc0aeca21f
Merge pull request #553 from typebrook/volcano
Add 'natural=volcano' into mountain_peak layer
2019-04-11 15:07:49 +02:00
Eva J
c320b92a4b place=suburb and place=neighbourhood added 2019-04-11 11:57:07 +02:00
Eva J
68255e16ad not importing bays into water_z views, they are mostly duplicating water/ocean areas and cover important islands 2019-04-10 15:59:35 +02:00
Eva J
6ec66e94e3 distinguish bays from other water polygons 2019-04-10 10:04:23 +02:00
zstadler
2357bde1b9 Add bicycle, foot, horse, and mtb_scale to the transportation layer
Resolve https://github.com/openmaptiles/openmaptiles/issues/422
Resolve https://github.com/openmaptiles/openmaptiles/issues/512
Resolve https://github.com/openmaptiles/openmaptiles/issues/602

An extended and refined alternative to https://github.com/openmaptiles/openmaptiles/pull/573
2019-04-08 00:08:21 +03:00
Yuri Astrakhan
8fe9af2327
Minor trailing whitespace cleanup (#596)
Remove extra spaces in a number of files.
2019-03-29 17:15:42 -04:00
Martin Mikita
04fe8f8912
Updated boundary.yaml description PR#550 2019-03-18 12:35:07 +01:00
Noémie
1731464db8 Add ski resorts to poi and landuse layers 2019-01-27 14:30:21 +01:00
Phyks (Lucas Verney)
da00063e0d Add surface field for highways
Keep surface field from OSM on highways, generalize it to two values:
"paved" and "unpaved".

This is a fix for #389 and a partial fix for #422.
2019-01-09 15:59:32 +01:00
Phyks (Lucas Verney)
56f282b17d Add bicycle/motorcycle parkings as POIs 2019-01-04 16:53:58 +01:00
typebrook
89cbf27c98 Add 'natural=volcanal' into mountain_peak layer
1. Add new field "class" into mountain_peak layer,
   which is original value of "natural" tag
2. Reformat layer.sql
2018-12-20 14:10:22 +00:00
Adrien Matissart
993d0ef589 Fix typo in update_osm_park_polygon_row function 2018-12-19 17:58:42 +01:00
pathmapper
0a82a07bc4
Update boundary layer description 2018-12-18 22:31:12 +01:00
jirik
92a056ab78 Abbreviate also name:latin of streets 2018-11-30 15:32:26 +01:00
jirik
00d88a103c Revert back to NE 4.0.0
See https://github.com/openmaptiles/openmaptiles/issues/365#issuecomment-442823991
2018-11-30 15:32:26 +01:00
jirik
8d591a59aa Wrap place UNIONs into one SELECT to sppeed up rendering 2018-11-30 15:32:26 +01:00
jirik
927d3945e2 Add geometry_point indexes to park layer 2018-11-30 15:32:26 +01:00
jirik
fe057eede1 Move geometry && bbox check in park layer 2018-11-30 15:32:26 +01:00
jirik
7cd29e2622 Add extra geometry_point && bbox check to park layer 2018-11-30 15:32:26 +01:00