瀏覽代碼

Fix US interstates not showing up

master
Fen Dweller 4 年之前
父節點
當前提交
2fa981421c
共有 2 個文件被更改,包括 9 次插入1 次删除
  1. +7
    -0
      media/attribution.js
  2. +2
    -1
      presets/naturals.js

+ 7
- 0
media/attribution.js 查看文件

@@ -15389,6 +15389,13 @@ const attributionData = {
"naturalearth"
]
},
{
prefix: "./media/naturals/us-interstates",
all: "https://www.naturalearthdata.com/downloads/10m-cultural-vectors/",
authors: [
"naturalearth"
]
},
{
prefix: "./media/food/plants/",
files: [


+ 2
- 1
presets/naturals.js 查看文件

@@ -1131,7 +1131,8 @@ function makeNaturals() {
usInterstateData.sort((c1, c2) => {
return c1[0].localeCompare(c2[0])
}),
"US Interstates"
"US Interstates",
false
));

results.sort((b1, b2) => {


Loading…
取消
儲存