Skip to content

Add Omap contour WMTS layer and Tianditu+Contour+Label preset - #23

Merged
NEGIAO merged 2 commits into
mainfrom
copilot/add-basemap-config-for-ov-map
Aug 18, 2026
Merged

Add Omap contour WMTS layer and Tianditu+Contour+Label preset#23
NEGIAO merged 2 commits into
mainfrom
copilot/add-basemap-config-for-ov-map

Conversation

Copilot AI commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

新增需求是把奥维等高线 WMTS 接入 basemapConfig,并提供一个可直接选用的组合预设,叠加天地图影像、奥维等高线、奥维注记。

  • Basemap source: Omap contour

    • frontend/src/domains/ol/basemap/constants/basemapConfig.ts 新增 terrain_omap_contour 图层定义。
    • 使用你提供的奥维等高线 WMTS URL(XYZ 占位符 {z}/{x}/{y}),归类为 terrain,可参与现有底图叠加体系。
  • Preset: imagery + contour + label

    • frontend/src/domains/common/basemap/basemapPresets.ts 新增 imagery_tianditu_omap_contour_preset
    • 预设叠加顺序为:imagery_tiandituterrain_omap_contourOmap_label,实现“天地图影像 + 等高线 + 奥维标注”一键组合。
{
  id: 'imagery_tianditu_omap_contour_preset',
  label: '天地图影像+等高线',
  stack: ['imagery_tianditu', 'terrain_omap_contour', 'Omap_label'],
}

@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webgis Ready Ready Preview Aug 18, 2026 3:39pm

Co-authored-by: NEGIAO <206118764+NEGIAO@users.noreply.github.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 18, 2026

Copy link
Copy Markdown

Deploying webgis with  Cloudflare Pages  Cloudflare Pages

Latest commit: e4aeeab
Status: ✅  Deploy successful!
Preview URL: https://b3874cda.webgis-dev.pages.dev
Branch Preview URL: https://copilot-add-basemap-config-f.webgis-dev.pages.dev

View logs

Copilot AI changed the title [WIP] Add 奥维等高线底图 to basemapconfig Add Omap contour WMTS layer and Tianditu+Contour+Label preset Aug 18, 2026
Copilot AI requested a review from NEGIAO August 18, 2026 15:39
@NEGIAO
NEGIAO marked this pull request as ready for review August 18, 2026 15:41
Copilot AI lite review requested due to automatic review settings August 18, 2026 15:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@NEGIAO
NEGIAO merged commit 8accc30 into main Aug 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants