Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
c9aa23bc
Commit
c9aa23bc
authored
4 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Trying to load every EPSG
parent
3997d700
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/eu/simstadt/regionchooser/website/index.html
+1
-0
...in/resources/eu/simstadt/regionchooser/website/index.html
src/main/resources/eu/simstadt/regionchooser/website/script/every_epsg.js
+3912
-0
...es/eu/simstadt/regionchooser/website/script/every_epsg.js
with
3913 additions
and
0 deletions
+3913
-0
src/main/resources/eu/simstadt/regionchooser/website/index.html
+
1
-
0
View file @
c9aa23bc
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
<script
src=
"script/ol.js"
type=
"text/javascript"
></script>
<script
src=
"script/ol.js"
type=
"text/javascript"
></script>
<link
rel=
"stylesheet"
href=
"style/ol.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"style/ol.css"
type=
"text/css"
/>
<script
src=
"script/turf.js"
type=
"text/javascript"
></script>
<script
src=
"script/turf.js"
type=
"text/javascript"
></script>
<script
src=
"script/every_epsg.js"
type=
"text/javascript"
></script>
</head>
</head>
<body>
<body>
<div
id=
"header"
>
<div
id=
"header"
>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/eu/simstadt/regionchooser/website/script/every_epsg.js
0 → 100644
+
3912
-
0
View file @
c9aa23bc
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets