Skip to content

Commit

Permalink
refactor(OlSourceTianditu): rename OlSourceTianDiTu to `OlSourceTia…
Browse files Browse the repository at this point in the history
…nditu`

BREAKING CHANGE:
- renamed `OlSourceTianDiTu` to `OlSourceTianditu`

closes #281
  • Loading branch information
d-koppenhagen committed Dec 17, 2023
1 parent feb216b commit 71beec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/components/sources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import OlSourceImageStatic from "./OlSourceImageStatic.vue";
import OlSourceImageWMS from "./OlSourceImageWMS.vue";
import OlSourceOSM from "./OlSourceOSM.vue";
import OlSourceStadiaMaps from "./OlSourceStadiaMaps.vue";
import OlSourceTianDiTu from "./OlSourceTianDiTu.vue";
import OlSourceTianditu from "./OlSourceTianditu.vue";
import OlSourceTileArcGISRest from "@/components/sources/OlSourceTileArcGISRest.vue";
import OlSourceTileDebug from "./OlSourceTileDebug.vue";
import OlSourceGeoTIFF from "./OlSourceGeoTIFF.vue";
Expand All @@ -24,7 +24,7 @@ function install(app: App) {
app.component("ol-source-image-wms", OlSourceImageWMS);
app.component("ol-source-osm", OlSourceOSM);
app.component("ol-source-stadia-maps", OlSourceStadiaMaps);
app.component("ol-source-tianditu", OlSourceTianDiTu);
app.component("ol-source-tianditu", OlSourceTianditu);
app.component("ol-source-tile-arcgis-rest", OlSourceTileArcGISRest);
app.component("ol-source-tile-debug", OlSourceTileDebug);
app.component("ol-source-geo-tiff", OlSourceGeoTIFF);
Expand All @@ -47,7 +47,7 @@ export {
OlSourceImageWMS,
OlSourceOSM,
OlSourceStadiaMaps,
OlSourceTianDiTu,
OlSourceTianditu,
OlSourceTileArcGISRest,
OlSourceTileDebug,
OlSourceGeoTIFF,
Expand Down

0 comments on commit 71beec4

Please # to comment.