15 Commits

Author SHA1 Message Date
Brian Sperlongano
e29827d76c
Move aboriginal lands boundaries to boundary layer (#1604)
This PR adds indigenous lands to the `boundary` layer by adding new area features for these objects, along with generalization up to z4. It borrows heavily from the technical processing chain of the `park` layer.

I added new `class`, `name`, and `name:xx` attributes to the boundary layer, in order to support the new area features. Should we (or someone extending this schema) come up with new objects to place in the boundary layer in the future, `class` would support additional categories.
2024-01-21 10:37:02 +01:00
Falke Design
ebeafc65fa
Add requires.tables to <layer>.yaml (#1236)
**NOTE** this can only be merged after the next tools version is released.

Added required Postgres tables to the `<layer>.yaml` definition.
Close: #1220

PR of tools: https://github.com/openmaptiles/openmaptiles-tools/pull/370
2021-11-05 10:04:54 +01:00
Tomas Pohanka
3ef364552e
add state name to national borders (#1039)
This PR adds state name to national borders (`admin_level=2`)

From zoom level 3 there is an added `adm0_l` and `adm0_r` attribute for national borders.

There is 3 main steps: 
1) union border lines from OSM and keep separate LineString between intersects
2) create polygons from step 1), create a point in each state polygon, add to this point a state abbreviation from NaturalEarth Data
3) create a short parallel line on the left and right of a small part of the border in 70m distance, and add information about which state overlap this short line.
2020-11-12 12:14:13 +02:00
Eva J
0181513b1a 2 attributes, generalization in mapping, edit unions 2019-12-10 19:48:24 +01:00
Eva J
a05228381a add relations with claimed_by 2019-12-07 12:18:06 +01:00
Eva J
9146fc74b0 changes in z4 and z5 2019-05-03 14:47:30 +02: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
pathmapper
0a82a07bc4
Update boundary layer description 2018-12-18 22:31:12 +01:00
Adrien Matissart
6521981af8 Remove unused osm_boundary_linestring and boundary mapping 2018-01-12 15:11:14 +01:00
Eduard Popov
15cb940872 Typo in boundaries description 2017-11-07 14:01:28 +01:00
Lukas Martinelli
8874140207 Use boundaries from osmborder 2017-01-16 20:11:35 +01:00
Lukas Martinelli
d4e116558c Add disputed to boundary docs #83 2016-12-02 07:45:17 +00:00
lukasmartinelli
ff52cfda08 Remove unnecessary fields from boundary 2016-10-28 20:39:38 +02:00
lukasmartinelli
28fedcc021 Add imposm3 mapping for boundary 2016-10-10 19:29:50 +02:00
lukasmartinelli
480d720585 Move to new modular layer structure 2016-10-09 21:27:09 +02:00