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
MaxSem
69e510eb19
Merge pull request #598 from openmaptiles/nyurik-contributing
...
CONTRIBUTING file / guidelines
2019-03-29 12:42:59 -07:00
Yuri Astrakhan
8a93e0b5d1
CONTRIBUTING file / guidelines
...
Rough draft to implement #597
Adapting from CC0-licensed
https://github.com/nayafia/contributing-template
2019-03-25 14:55:39 -04:00
Hsieh Chin Fan (Pham)
3591cb2f8d
Improve Makefile - simplify make, without local omt-tools (PR #562 )
2019-03-22 09:34:00 +01:00
Yuri Astrakhan
2871b234a5
Added a link to OpenMapTiles Slack channel at OSM
...
Feel free to modify if you think we should put Slack channel somewhere else (or if we have another good place for the community to meet)
2019-03-21 22:09:26 -04:00
Martin Mikita
04fe8f8912
Updated boundary.yaml description PR#550
2019-03-18 12:35:07 +01:00
Dalibor Janák
2a7885c297
Merge pull request #576 from pathmapper/version_openmaptiles-tools
...
Update version openmaptiles-tools
2019-03-18 12:23:34 +01:00
Dalibor Janák
39415a435e
Merge pull request #564 from Phyks/patch-1
...
Add bc as dependency for the quickstart script
2019-03-18 12:05:27 +01:00
Dalibor Janák
a49f7976e0
Update intro in readme
2019-03-04 16:49:20 +01:00
Dalibor Janák
0946790935
Merge pull request #582 from pathmapper/formatting-quickstart
...
Formatting QUICKSTART.md
2019-02-12 10:00:25 +01:00
pathmapper
e486f2b5ce
Formatting QUICKSTART.md
2019-02-12 09:38:04 +01:00
zstadler
6093c1f9c2
Fix `make 'forced-clean-sql'` failure on Windows
...
Resolve #580
2019-02-11 14:41:00 +02:00
Yuri Astrakhan
00466a9040
format quickstart commands
2019-02-06 18:24:02 -05:00
Yuri Astrakhan
4aeb5a738a
fix formatting
2019-02-06 18:17:40 -05:00
Noémie
1731464db8
Add ski resorts to poi and landuse layers
2019-01-27 14:30:21 +01:00
pathmapper
c28540b1c9
Update version openmaptiles-tools
2019-01-17 10:02:06 +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
Lucas Verney
71a79093b0
Also add md5sum as dependency for the quickstart script
2019-01-09 15:18:21 +01:00
Lucas Verney
893f84dd09
Add bc as dependency for the quickstart script
2019-01-04 19:36:06 +01:00
Phyks (Lucas Verney)
56f282b17d
Add bicycle/motorcycle parkings as POIs
2019-01-04 16:53:58 +01:00
Martin Mikita
bc63a22db0
Merge pull request #559 from typebrook/docker-update
...
Update older import-osm docker image
2019-01-03 10:42:21 +01:00
typebrook
028cb5cbf6
Update older import-osm docker image
2018-12-22 14:05:19 +00: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
Martin Mikita
99f8ee07be
Merge pull request #552 from amatissart/fix-park-trigger
...
Fix typo in update_osm_park_polygon_row function
2018-12-19 18:19:23 +01: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
nlehuby
84c8674c36
Add Euskara, Occitan and Corsican languages
2018-12-11 11:30:12 +01:00
jirik
3a1a2b4210
Set version to 3.9.0
2018-11-30 15:32:26 +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
Jiri Kozel
f3f8b9804e
Improve 3D buildings ( #533 )
...
Add `hide_3d` building attribute to hide some building parts in 3D.
Fix #128
2018-11-14 15:26:24 +01:00
Jiri Kozel
bb00b4e53f
Add type of sport as subclass of pitch ( #532 )
2018-11-12 14:37:00 +01:00
jirik
9d07350ac4
Prefer to join NE countries by Wikidata ID
2018-11-12 12:37:15 +01:00
jirik
9c088abd3d
Use NE v4.1.0
2018-11-12 12:37:15 +01:00
jirik
001ea0846f
Use import-sql v0.8
2018-11-12 10:39:00 +01:00