Add Omap contour WMTS layer and Tianditu+Contour+Label preset - #23
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: NEGIAO <206118764+NEGIAO@users.noreply.github.com>
Deploying webgis with
|
| 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 |
Copilot
AI
changed the title
[WIP] Add 奥维等高线底图 to basemapconfig
Add Omap contour WMTS layer and Tianditu+Contour+Label preset
Aug 18, 2026
NEGIAO
approved these changes
Aug 18, 2026
NEGIAO
marked this pull request as ready for review
August 18, 2026 15:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增需求是把奥维等高线 WMTS 接入
basemapConfig,并提供一个可直接选用的组合预设,叠加天地图影像、奥维等高线、奥维注记。Basemap source: Omap contour
frontend/src/domains/ol/basemap/constants/basemapConfig.ts新增terrain_omap_contour图层定义。{z}/{x}/{y}),归类为terrain,可参与现有底图叠加体系。Preset: imagery + contour + label
frontend/src/domains/common/basemap/basemapPresets.ts新增imagery_tianditu_omap_contour_preset。imagery_tianditu→terrain_omap_contour→Omap_label,实现“天地图影像 + 等高线 + 奥维标注”一键组合。