Skip to content

Commit

Permalink
Remove epsg and namedProjections from textLocator
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Aug 19, 2024
1 parent fda034b commit 4325555
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions packages/clients/textLocator/src/mapConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const mapConfiguration: Partial<MapConfig> = {
extent: [
288427.40898665343, 5888233.576754751, 880090.4063210202, 6188713.349959846,
],
epsg: 'EPSG:25832',
locales,
vuetify: { theme },
layers: [
Expand Down Expand Up @@ -86,22 +85,4 @@ export const mapConfiguration: Partial<MapConfig> = {
{ resolution: 0.2645831904584105, scale: 1000, zoomLevel: zoomLevel++ },
{ resolution: 0.1322915952292052, scale: 500, zoomLevel: zoomLevel++ },
],
namedProjections: [
[
'EPSG:31467',
'+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +no_defs +type=crs',
],
[
'EPSG:25832',
'+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs',
],
[
'EPSG:3857',
'+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs',
],
[
'EPSG:4326',
'+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs',
],
],
}

0 comments on commit 4325555

Please sign in to comment.