Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
3b1c6a5d
Commit
3b1c6a5d
authored
Mar 29, 2019
by
Eric Duminil
Browse files
RegionChooser : Adding Singapore
parent
8e838103
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/eu/simstadt/regionchooser/website/script/simstadt_openlayers.js
View file @
3b1c6a5d
...
@@ -11,6 +11,7 @@ proj4.defs("EPSG:2263", "+proj=lcc +lat_1=41.03333333333333 +lat_2=40.6666666666
...
@@ -11,6 +11,7 @@ proj4.defs("EPSG:2263", "+proj=lcc +lat_1=41.03333333333333 +lat_2=40.6666666666
proj4
.
defs
(
"
EPSG:25832
"
,
"
+proj=utm +zone=32 +ellps=GRS80 +units=m +no_defs
"
);
// http://spatialreference.org/ref/epsg/etrs89-utm-zone-32n/proj4/
proj4
.
defs
(
"
EPSG:25832
"
,
"
+proj=utm +zone=32 +ellps=GRS80 +units=m +no_defs
"
);
// http://spatialreference.org/ref/epsg/etrs89-utm-zone-32n/proj4/
proj4
.
defs
(
"
EPSG:25833
"
,
"
+proj=utm +zone=33 +ellps=GRS80 +units=m +no_defs
"
);
// http://spatialreference.org/ref/epsg/etrs89-utm-zone-33n/proj4/
proj4
.
defs
(
"
EPSG:25833
"
,
"
+proj=utm +zone=33 +ellps=GRS80 +units=m +no_defs
"
);
// http://spatialreference.org/ref/epsg/etrs89-utm-zone-33n/proj4/
proj4
.
defs
(
"
EPSG:28992
"
,
"
+proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.999908 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +towgs84=565.2369,50.0087,465.658,-0.406857330322398,0.350732676542563,-1.8703473836068,4.0812 +no_defs <>
"
);
//
proj4
.
defs
(
"
EPSG:28992
"
,
"
+proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.999908 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +towgs84=565.2369,50.0087,465.658,-0.406857330322398,0.350732676542563,-1.8703473836068,4.0812 +no_defs <>
"
);
//
proj4
.
defs
(
"
EPSG:3414
"
,
"
+proj=tmerc +lat_0=1.366666666666667 +lon_0=103.8333333333333 +k=1 +x_0=28001.642 +y_0=38744.572 +ellps=WGS84 +units=m +no_defs
"
);
// Singapore
var
regionChooser
=
(
function
(){
var
regionChooser
=
(
function
(){
var
publicScope
=
{};
var
publicScope
=
{};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment