소스 검색

Fix US interstates not showing up

master
Fen Dweller 5 년 전
부모
커밋
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) => {


불러오는 중...
취소
저장