Skip to content

Commit

Permalink
Merge pull request #143 from OnroerendErfgoed/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
cedrikv authored Sep 22, 2020
2 parents d295fd5 + 6affe44 commit 18c4522
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zoneerder",
"description": "A configurable openlayers 3 map wrapped in a dojo widget",
"version": "0.5.4",
"version": "1.0.1",
"main": "ZoneMap.js",
"ignore": [
"doc",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Widget",
"Openlayers"
],
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/OnroerendErfgoed/zoneerder"
Expand Down
9 changes: 6 additions & 3 deletions services/BeschermingService.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ define([
var featureTypes = [
'vioe_geoportaal:bes_sd_gezicht',
'vioe_geoportaal:bes_arch_site',
'vioe_geoportaal:bes_monument'
'vioe_geoportaal:bes_monument',
'vioe_geoportaal:erfgoedls'
];

var getUrl = this.beschermingWfsUrl + "?service=wfs&version=1.1.0&request=GetFeature";
Expand All @@ -45,7 +46,8 @@ define([
var featureTypes = [
'bes_sd_gezicht',
'bes_arch_site',
'bes_monument'
'bes_monument',
'erfgoedls'
];

var getFeature = new ol.format.WFS().writeGetFeature({
Expand Down Expand Up @@ -75,7 +77,8 @@ define([
featureType: [
'bes_sd_gezicht',
'bes_arch_site',
'bes_monument'
'bes_monument',
'erfgoedls'
]
}).readFeatures(wfs, {});
} catch (e) {
Expand Down

0 comments on commit 18c4522

Please sign in to comment.