From 251f7223185fa20e1205fd874ffca7bae0f4eba8 Mon Sep 17 00:00:00 2001 From: Shiqi Date: Wed, 29 Nov 2023 17:26:45 +0800 Subject: [PATCH 1/6] =?UTF-8?q?fix:=20=F0=9F=90=9B=E6=9B=B4=E6=96=B0QGIS?= =?UTF-8?q?=E9=9D=99=E6=80=81logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/config.ts b/src/data/config.ts index 673827e..8e13fab 100644 --- a/src/data/config.ts +++ b/src/data/config.ts @@ -27,7 +27,7 @@ export const siteConfig: IConfig = { en_name: "Tools", children: [ { - icon: "https://www.qgis.org/en/_images/logo_qgis_org.png", + icon: "https://www.qgis.org/en/_static/logo.png", name: "QGIS", en_name: "QGIS", description: From 25be6eb44d82530ee963aeb0a64c337fce4ae2a5 Mon Sep 17 00:00:00 2001 From: Shiqi Date: Thu, 30 Nov 2023 19:55:46 +0800 Subject: [PATCH 2/6] =?UTF-8?q?chore:=20=F0=9F=94=A7=20geoman,windy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/config.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/data/config.ts b/src/data/config.ts index 75f03b9..a7db1c7 100644 --- a/src/data/config.ts +++ b/src/data/config.ts @@ -90,6 +90,26 @@ export const siteConfig: IConfig = { order: 2, tags: ["GIS", "Web", "Data"], }, + { + icon: "https://geoman.io/logo/geoman-logo.svg", + name: "Geoman", + en_name: "Geoman", + description: "地理信息数据管理平台", + en_description: "Geographic information data management platform", + site_url: "https://geoman.io/", + order: 2, + tags: ["GIS", "Web", "Data"], + }, + { + icon: "", + name: "Windy", + en_name: "Windy", + description: "天气数据发布平台", + en_description: "Weather data publishing platform", + site_url: "https://www.windy.com/", + order: 2, + tags: ["GIS", "Web", "Data","Visualization"], + }, ], }, }; From 9e39d8262896f1c632617ab46ab39acbe8302351 Mon Sep 17 00:00:00 2001 From: Shiqi Date: Thu, 30 Nov 2023 20:56:23 +0800 Subject: [PATCH 3/6] =?UTF-8?q?chore:=20=F0=9F=94=A7=E8=B6=85=E5=9B=BEgis?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/data/config.ts b/src/data/config.ts index a7db1c7..c125b9d 100644 --- a/src/data/config.ts +++ b/src/data/config.ts @@ -110,6 +110,16 @@ export const siteConfig: IConfig = { order: 2, tags: ["GIS", "Web", "Data","Visualization"], }, + { + icon: "https://private-user-images.githubusercontent.com/24500520/286623076-96b00efe-d3db-4921-b7fb-5b35ed86477c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDEzNTczNjAsIm5iZiI6MTcwMTM1NzA2MCwicGF0aCI6Ii8yNDUwMDUyMC8yODY2MjMwNzYtOTZiMDBlZmUtZDNkYi00OTIxLWI3ZmItNWIzNWVkODY0NzdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzExMzAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMTMwVDE1MTEwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRiM2FmZTUyZDc3MGIzN2Y4YmE2NzdjMzA5OGEwMjJmMTk3ZWNhYmM3MzI5OTEwNjRmNTAxOWU5YzcwMGFjMmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.zDIRtNfx33WaAkTDC78pSfxh1c5pTboRSyAi9kv-iOA", + name: "超图-GIS在线工具", + en_name: "SuperMap-GIS online toolbox", + description: "超图的GIS在线工具平台。提供坐标,数据格式转换;地理编码;在线切图等功能。", + en_description: "SuperMap's GIS online tool platform. Provides functions such as coordinates and data format conversion, geocoding, and online map cutting.", + site_url: "https://www.supermapol.com/gistools/home", + order: 2, + tags: ["GIS", "Web"], + }, ], }, }; From 6f0e1ffb3e2842982f9f9edbfce1d613ba4efa32 Mon Sep 17 00:00:00 2001 From: Shiqi Date: Thu, 30 Nov 2023 21:08:39 +0800 Subject: [PATCH 4/6] =?UTF-8?q?chore:=20=F0=9F=94=A7=E6=9A=82=E7=BC=93supe?= =?UTF-8?q?rman-gistools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/config.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/data/config.ts b/src/data/config.ts index c125b9d..a7db1c7 100644 --- a/src/data/config.ts +++ b/src/data/config.ts @@ -110,16 +110,6 @@ export const siteConfig: IConfig = { order: 2, tags: ["GIS", "Web", "Data","Visualization"], }, - { - icon: "https://private-user-images.githubusercontent.com/24500520/286623076-96b00efe-d3db-4921-b7fb-5b35ed86477c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDEzNTczNjAsIm5iZiI6MTcwMTM1NzA2MCwicGF0aCI6Ii8yNDUwMDUyMC8yODY2MjMwNzYtOTZiMDBlZmUtZDNkYi00OTIxLWI3ZmItNWIzNWVkODY0NzdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzExMzAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMTMwVDE1MTEwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRiM2FmZTUyZDc3MGIzN2Y4YmE2NzdjMzA5OGEwMjJmMTk3ZWNhYmM3MzI5OTEwNjRmNTAxOWU5YzcwMGFjMmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.zDIRtNfx33WaAkTDC78pSfxh1c5pTboRSyAi9kv-iOA", - name: "超图-GIS在线工具", - en_name: "SuperMap-GIS online toolbox", - description: "超图的GIS在线工具平台。提供坐标,数据格式转换;地理编码;在线切图等功能。", - en_description: "SuperMap's GIS online tool platform. Provides functions such as coordinates and data format conversion, geocoding, and online map cutting.", - site_url: "https://www.supermapol.com/gistools/home", - order: 2, - tags: ["GIS", "Web"], - }, ], }, }; From 63e91fd268a28834eccf26616dc7c10450983550 Mon Sep 17 00:00:00 2001 From: Shiqi Date: Sat, 2 Dec 2023 09:04:19 +0800 Subject: [PATCH 5/6] =?UTF-8?q?chore:=20=F0=9F=94=A7delete=20config.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/config.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/data/config.ts diff --git a/src/data/config.ts b/src/data/config.ts deleted file mode 100644 index e69de29..0000000 From 366f64f781a6760366f3fbc0f1bd05ff8fd5b3ed Mon Sep 17 00:00:00 2001 From: Shiqi Date: Sat, 2 Dec 2023 09:06:17 +0800 Subject: [PATCH 6/6] =?UTF-8?q?chore:=20=F0=9F=94=A7=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=A4=A9=E6=B0=94weather?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/sites/main/groups/weather.ts | 12 +++++++++++- src/data/sites/main/index.ts | 4 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/data/sites/main/groups/weather.ts b/src/data/sites/main/groups/weather.ts index f0f50e2..6821db2 100644 --- a/src/data/sites/main/groups/weather.ts +++ b/src/data/sites/main/groups/weather.ts @@ -1,5 +1,5 @@ import { IGroup } from '../../../types' -export const MapColor: IGroup = { +export const Weather: IGroup = { icon: '', name: '天气', en_name: 'map color', @@ -14,6 +14,16 @@ export const MapColor: IGroup = { site_url: 'https://www.windy.com/', order: 2, tags: ['GIS', 'Web', 'Data'] + }, + { + icon: 'https://caiyunapp.com/imgs/logo/logo-website.png', + name: '彩云天气', + en_name: 'Caiyunapp', + description: '天气预报平台,提供api', + en_description: 'Weather forecast platform, providing API', + site_url: 'https://caiyunapp.com/map/', + order: 2, + tags: ['GIS', 'Web', 'Data'] } ] } diff --git a/src/data/sites/main/index.ts b/src/data/sites/main/index.ts index 8cfd9bc..e65df83 100644 --- a/src/data/sites/main/index.ts +++ b/src/data/sites/main/index.ts @@ -11,6 +11,7 @@ import { OnlineMap } from './groups/onlinemap' import { RSPlatform } from './groups/rs_platform' import { GeospatialAnalysis } from './groups/geospatial_analysis' import { Visulization } from './groups/visualization' +import { Weather } from './groups/weather' export const MainConfig: ISiteConfig = { name: '主站', @@ -27,6 +28,7 @@ export const MainConfig: ISiteConfig = { GeoCoding, DataSource, RSPlatform, - GeospatialAnalysis + GeospatialAnalysis, + Weather ].sort((a, b) => a.order - b.order) }