Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nos Hs2023
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Språksamlingane
stadnamn
Nos Hs2023
Commits
9cf46f16
Commit
9cf46f16
authored
6 years ago
by
Esko Ikkala
Browse files
Options
Downloads
Patches
Plain Diff
Add NLS real estate layers
parent
a053d0b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/client/components/map/LeafletMap.js
+2
-2
2 additions, 2 deletions
src/client/components/map/LeafletMap.js
with
2 additions
and
2 deletions
src/client/components/map/LeafletMap.js
+
2
−
2
View file @
9cf46f16
...
@@ -115,8 +115,8 @@ class LeafletMap extends React.Component {
...
@@ -115,8 +115,8 @@ class LeafletMap extends React.Component {
};
};
const
overlayMaps
=
{
const
overlayMaps
=
{
'
Search results
'
:
this
.
resultMarkerLayer
,
'
Search results
'
:
this
.
resultMarkerLayer
,
//
'Real estate boundaries (National Land Survey of Finland)': realEstateMapNLS,
'
Real estate boundaries (National Land Survey of Finland)
'
:
realEstateMapNLS
,
//
'Real estate ids (National Land Survey of Finland)': realEstateIdMapNLS,
'
Real estate ids (National Land Survey of Finland)
'
:
realEstateIdMapNLS
,
'
Karelian maps (MapWarper)
'
:
karelianMaps
,
'
Karelian maps (MapWarper)
'
:
karelianMaps
,
'
Senate atlas (MapWarper)
'
:
senateAtlas
,
'
Senate atlas (MapWarper)
'
:
senateAtlas
,
'
Western Front July 1917 (MapWarper)
'
:
westernFront
'
Western Front July 1917 (MapWarper)
'
:
westernFront
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment