38 Commits

Author SHA1 Message Date
Makien Osman
d54ce2e617
🐛 remove duplicate "requires" key (#1626)
Remove duplicate "requires" key from `place.yaml`
2024-01-31 07:38:04 +01:00
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
Brian Sperlongano
a682d50d0d
Document name_* deprecation strategy (#1605)
This PR is a **documentation change only**. It documents the fact that `name:xx` values are present in the tiles and documents that `name_de` and `name_en` will be removed in a future release in favor of `name:de` and `name:en` respectively.
2023-12-30 08:14:35 +01:00
James Westman
569e9cd5b4
Add borough to supported place classes (#1470)
Adds a new class value for the place layer, `borough`, and adds it to the OSM style with the same appearance as hamlets and suburbs.
2023-01-10 16:36:08 +01:00
Tomas Pohanka
cd0ffacc72
Update capital possible values (#1421)
Update documentation about a place - capital possible values.

Based on https://github.com/openmaptiles/openmaptiles/pull/1401
2022-09-28 14:42:51 +02:00
Tomas Pohanka
dae00f2604
Add missing requires NE tables to layers. (#1410)
Adding missing requires Natural Earth tables for layers.
2022-08-02 14:22:58 +02:00
Matt Riggott
8693822d50
Add documentation on islands in place layer (#1362)
Islands have been part of the OpenMapTiles schema for more than five years (see commits d664a2fe and 01db9a4e and issue #68), but they're not documented in [the layer definition](https://github.com/openmaptiles/openmaptiles/blob/master/layers/place/place.yaml) or [on openmaptiles.org](https://openmaptiles.org/schema/#place). This PR fixes that by updating `layers/place/place.yaml`.
2022-03-14 08:29:47 +01:00
Eva Jelinkova
054d3a7e4d
add province, increase scalerank + labelrank (#1306)
Add `province` (next to `state`) tag into `osm_state_point`
2021-11-18 18:05: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
fadc4a3ba6
Explicit mention for using iso_a2 attribute. (#1073)
Resolve #939
2021-03-16 11:21:25 +01:00
Jeroen Hoek
295688eb80
Add place=quarter to city subdivisions (#1065)
This adds `place=quarter` which was introduced in 2011 as a subdivision
of villages/towns/cities as a value that sits between `place=suburb` and
`place=neighbourhood`. It has by now been used over 40,000 times and is
rendered in the OSM-Carto.
2021-01-18 14:47:25 +01:00
Adam Laža
0dc8c3256c
Rename generic layer.sql to actual_layer_name .sql (#1034)
Following layers had generic `layer.sql` name.

- `aerodrome_label`
- `aeroway`
- `housenumber`
- `mountain_peak`
- `park`
- `place`
- `poi`
- `transportation`
- `transportation_name`
- `water_name`

This PR renames `layer.sql` to `aerodrome_label.sql`, `aeroway.sql`...
2020-11-09 11:43:35 +02:00
jirik
a380f358fe Add osm_id as key of places 2017-12-04 10:53:26 +01:00
jirik
9c7a3aeb36 Add ISO 3166-1 alpha-2 country codes as iso_a2 attribute
Fix #306
2017-11-20 15:49:08 +01:00
jirik
893918761c Fix SQL update logic (patch from 3.6.2) 2017-08-01 09:12:15 +02:00
Jiri Kozel
51bc8fad35 Multilinguality (#279)
Improve multilinguality: names in 57 languages, name:latin, name:nonlatin, name_int. Fixes #211 #252 #80.

See #279 for more info.
2017-06-12 17:53:47 +02:00
jirik
75f76ab935 Increase buffer of place and water_name to 256 2017-03-21 15:30:44 +01:00
jirik
038d4d5224 Add name_de to documentation 2017-03-17 13:15:40 +01:00
jirik
4c6d30066d Add German names (name_de), unify English names (name_en) 2017-03-17 12:56:54 +01:00
Lukas Martinelli
6ff8fd7c20 Fix docs in landuse, place and poi 2017-01-05 16:46:11 +01:00
Lukas Martinelli
01db9a4e63 Show islands #68 2016-12-02 14:37:48 +00:00
Lukas Martinelli
227b36c0d6 Switch place class back to place value 2016-12-02 12:30:41 +00:00
Lukas Martinelli
ee9d4348e0 Add possible values to place layer doc 2016-11-30 12:39:02 +00:00
Lukas Martinelli
6fb20ab650 Include country and state select direcdtly in layer func 2016-11-28 16:03:42 +00:00
Lukas Martinelli
2f35ab3ee1 Use classes from ClearTables and add continents 2016-11-28 15:43:03 +00:00
lukasmartinelli
28a87c9e81 Incorporate grid rank into city rank 2016-10-29 14:49:53 +02:00
lukasmartinelli
52e133e126 Tweak place ranks 2016-10-29 14:29:41 +02:00
lukasmartinelli
3f9f59dfe1 Make ranks more fine grained 2016-10-29 12:14:54 +02:00
lukasmartinelli
6f915eca92 Documnt place 2016-10-29 11:15:13 +02:00
lukasmartinelli
6513ed1633 Merge scaleranks for countries and states 2016-10-29 10:36:57 +02:00
lukasmartinelli
dccdbdfbcc Try to use OSM source data for countries and states 2016-10-28 15:05:49 +02:00
lukasmartinelli
38dcc030b0 Refactor place layer 2016-10-28 12:05:18 +02:00
lukasmartinelli
9c50026f16 Remove osm_id in vector tiles coz of huge size savings 2016-10-25 19:15:51 +02:00
lukasmartinelli
508bb51bcd Refactor important place merge table into separate file 2016-10-24 14:46:48 +02:00
lukasmartinelli
24d7987c34 Integrate country and state into place 2016-10-24 14:44:14 +02:00
lukasmartinelli
250bcd01a4 Switch to Makefile and openmaptiles-tools 2016-10-23 17:36:48 +02:00
lukasmartinelli
8bc57e13e7 Move place to imposm3 mapping 2016-10-10 20:19:18 +02:00
lukasmartinelli
480d720585 Move to new modular layer structure 2016-10-09 21:27:09 +02:00