@openhistoricalmap/map-styles 0.9.10 → 0.9.12
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.
- package/README.md +2 -2
- package/dist/historical/historical.json +1055 -388
- package/dist/japanese_scroll/japanese_scroll.json +12 -30
- package/dist/ohm.styles.js +1118 -607
- package/dist/railway/railway.json +80 -200
- package/dist/woodblock/woodblock.json +12 -30
- package/historical/historical.json +463 -232
- package/index.css +53 -0
- package/index.html +122 -5
- package/japanese_scroll/japanese_scroll.json +6 -6
- package/package.json +5 -3
- package/railway/railway.json +40 -40
- package/woodblock/woodblock.json +6 -6
package/woodblock/woodblock.json
CHANGED
|
@@ -2169,7 +2169,7 @@
|
|
|
2169
2169
|
["!=", ["get", "capital"], "yes"]
|
|
2170
2170
|
],
|
|
2171
2171
|
"layout": {
|
|
2172
|
-
"text-field": ["
|
|
2172
|
+
"text-field": ["get", "name"],
|
|
2173
2173
|
"text-font": ["Eadui"],
|
|
2174
2174
|
"text-size": ["interpolate", ["linear"], ["zoom"], 6, 13, 10, 15],
|
|
2175
2175
|
"visibility": "visible",
|
|
@@ -2208,7 +2208,7 @@
|
|
|
2208
2208
|
["==", ["get", "capital"], "yes"]
|
|
2209
2209
|
],
|
|
2210
2210
|
"layout": {
|
|
2211
|
-
"text-field": ["
|
|
2211
|
+
"text-field": ["get", "name"],
|
|
2212
2212
|
"text-font": ["Eadui"],
|
|
2213
2213
|
"text-size": ["interpolate", ["linear"], ["zoom"], 6, 16, 10, 20],
|
|
2214
2214
|
"visibility": "visible",
|
|
@@ -2248,7 +2248,7 @@
|
|
|
2248
2248
|
],
|
|
2249
2249
|
"layout": {
|
|
2250
2250
|
"visibility": "visible",
|
|
2251
|
-
"text-field": ["
|
|
2251
|
+
"text-field": ["get", "name"],
|
|
2252
2252
|
"text-font": ["Eadui"],
|
|
2253
2253
|
"text-size": ["interpolate", ["linear"], ["zoom"], 6, 15, 10, 18],
|
|
2254
2254
|
"text-line-height": 1,
|
|
@@ -2275,7 +2275,7 @@
|
|
|
2275
2275
|
"filter": ["in", ["get", "type"], ["literal", ["state", "territory"]]],
|
|
2276
2276
|
"layout": {
|
|
2277
2277
|
"visibility": "visible",
|
|
2278
|
-
"text-field": ["
|
|
2278
|
+
"text-field": ["get", "name"],
|
|
2279
2279
|
"text-font": ["Eadui"],
|
|
2280
2280
|
"text-size": ["interpolate", ["linear"], ["zoom"], 6, 15, 10, 18],
|
|
2281
2281
|
"text-line-height": 1,
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
],
|
|
2307
2307
|
"layout": {
|
|
2308
2308
|
"visibility": "visible",
|
|
2309
|
-
"text-field": ["
|
|
2309
|
+
"text-field": ["get", "name"],
|
|
2310
2310
|
"text-size": [
|
|
2311
2311
|
"interpolate",
|
|
2312
2312
|
["linear"],
|
|
@@ -2346,7 +2346,7 @@
|
|
|
2346
2346
|
"filter": ["==", ["get", "type"], "country"],
|
|
2347
2347
|
"layout": {
|
|
2348
2348
|
"visibility": "visible",
|
|
2349
|
-
"text-field": ["
|
|
2349
|
+
"text-field": ["get", "name"],
|
|
2350
2350
|
"text-size": [
|
|
2351
2351
|
"interpolate",
|
|
2352
2352
|
["linear"],
|