@openhistoricalmap/map-styles 0.9.7 → 0.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "version": 8,
3
- "name": "ohm-japanese-scroll-map",
3
+ "name": "ohm-japanese-scroll",
4
4
  "metadata": {
5
5
  "maputnik:renderer": "mbgljs"
6
6
  },
7
+ "attribution": "<a href=\"https://www.openhistoricalmap.org/\">OpenHistoricalMap</a>",
7
8
  "sources": {
8
9
  "osm": {
9
10
  "type": "vector",
@@ -3618,7 +3619,7 @@
3618
3619
  "id": "city_labels_z6",
3619
3620
  "type": "symbol",
3620
3621
  "source": "osm",
3621
- "source-layer": "place_points",
3622
+ "source-layer": "place_points_centroids",
3622
3623
  "minzoom": 6,
3623
3624
  "maxzoom": 15,
3624
3625
  "filter": [
@@ -3708,7 +3709,7 @@
3708
3709
  "id": "city_capital_labels",
3709
3710
  "type": "symbol",
3710
3711
  "source": "osm",
3711
- "source-layer": "place_points",
3712
+ "source-layer": "place_points_centroids",
3712
3713
  "minzoom": 4,
3713
3714
  "maxzoom": 15,
3714
3715
  "filter": [
@@ -3865,7 +3866,7 @@
3865
3866
  "id": "state_points_labels",
3866
3867
  "type": "symbol",
3867
3868
  "source": "osm",
3868
- "source-layer": "place_points",
3869
+ "source-layer": "place_points_centroids",
3869
3870
  "minzoom": 5,
3870
3871
  "maxzoom": 20,
3871
3872
  "filter": [
@@ -3994,7 +3995,7 @@
3994
3995
  "id": "country_points_labels",
3995
3996
  "type": "symbol",
3996
3997
  "source": "osm",
3997
- "source-layer": "place_points",
3998
+ "source-layer": "place_points_centroids",
3998
3999
  "minzoom": 0,
3999
4000
  "maxzoom": 10,
4000
4001
  "filter": [
@@ -4051,8 +4052,22 @@
4051
4052
  "id": "mountains",
4052
4053
  "type": "symbol",
4053
4054
  "source": "osm",
4054
- "source-layer": "landuse_points",
4055
+ "source-layer": "landuse_points_centroids",
4055
4056
  "minzoom": 7,
4057
+ "filter": [
4058
+ "in",
4059
+ [
4060
+ "get",
4061
+ "type"
4062
+ ],
4063
+ [
4064
+ "literal",
4065
+ [
4066
+ "peak",
4067
+ "mountain_range"
4068
+ ]
4069
+ ]
4070
+ ],
4056
4071
  "layout": {
4057
4072
  "visibility": "visible",
4058
4073
  "icon-image": "mountain"