ZakarFin on develop
Style tuning. Merge pull request #1918 from C… (compare)
dependabot[bot] on maven
Bump postgresql from 42.3.3 to … (compare)
ZakarFin on develop
disable div option for chorople… Merge pull request #1910 from o… (compare)
ZakarFin on develop
use empty array as default for … Merge pull request #1911 from o… (compare)
ZakarFin on develop
Disable hover when swipe tool i… Merge pull request #1913 from C… (compare)
ZakarFin on develop
Changes to print notifications. Merge pull request #1915 from C… (compare)
SELECT state FROM oskari_appsetup_bundles WHERE bundle_id IN (SELECT id FROM oskari_bundle WHERE name='mapfull')
. It should have a selectedLayers array. The array has objects that present layers. If you change the id value of the object it changes the layer on that appsetup. The id on the selectedLayers is reference to oskari_maplayer table id.
polyfills-es2015.js:1 Uncaught TypeError: a.append is not a function
at Oskari.clazz.define.__name._showGuideContentForStep (instance.js:199:25)
at Oskari.clazz.define.__name._moveGuideStep (instance.js:244:18)
at HTMLInputElement.__zone_symbol__ON_PROPERTYclick (instance.js:292:28)
at HTMLInputElement.T (polyfills-es2015.js:1:40456)
at s.invokeTask (polyfills-es2015.js:1:31585)
at i.runTask (polyfills-es2015.js:1:27091)
at c.invokeTask [as invoke] (polyfills-es2015.js:1:32586)
at l (polyfills-es2015.js:1:44194)
at HTMLInputElement.p (polyfills-es2015.js:1:44439)
. . .
2022-04-16 00:08:15,845 WARN AUDIT - {"msg":"Session expired","op":"UNAUTHORIZED","resource":"GENERIC","ip":"177.247.102.148","params":{"action_route":["GetWFSFeatures"],"id":["28"],"srs":["EPSG:3857"],"bbox":["12249492.403164063,-821850.9280078113,12288628.161640625,-802283.04876953"],"_":["1650038891529"]}}
2022-04-16 00:08:15,845 ERROR fi.nls.oskari.AjaxController - Action was denied: GetWFSFeatures , Error msg: Session expired . Parameters: {action_route=[GetWFSFeatures],id=[28],srs=[EPSG:3857],bbox=[12288628.161640625,-782715.1695312485,12327763.920117188,-763147.2902929672],_=[1650038891530]}
2022-04-16 00:08:15,846 WARN AUDIT - {"msg":"Session expired","op":"UNAUTHORIZED","resource":"GENERIC","ip":"177.247.102.148","params":{"action_route":["GetWFSFeatures"],"id":["28"],"srs":["EPSG:3857"],"bbox":["12288628.161640625,-782715.1695312485,12327763.920117188,-763147.2902929672"],"_":["1650038891530"]}}
2022-04-16 00:08:15,846 WARN AUDIT - {"msg":"Session expired","op":"UNAUTHORIZED","resource":"GENERIC","ip":"177.247.102.148","params":{"action_route":["GetWFSFeatures"],"id":["28"],"srs":["EPSG:3857"],"bbox":["12249492.403164063,-802283.0487695299,12288628.161640625,-782715.1695312486"],"_":["1650038891528"]}}
2022-04-16 00:08:15,913 ERROR fi.nls.oskari.AjaxController - Action was denied: GetWFSFeatures , Error msg: Session expired . Parameters: {action_route=[GetWFSFeatures],id=[28],srs=[EPSG:3857],bbox=[12288628.161640625,-821850.9280078113,12327763.920117188,-802283.04876953],_=[1650038891532]}
2022-04-16 00:08:15,913 WARN AUDIT - {"msg":"Session expired","op":"UNAUTHORIZED","resource":"GENERIC","ip":"177.247.102.148","params":{"action_route":["GetWFSFeatures"],"id":["28"],"srs":["EPSG:3857"],"bbox":["12288628.161640625,-821850.9280078113,12327763.920117188,-802283.04876953"],"_":["1650038891532"]}}
. . .
Hi! I'm publishing a map from Oskari with couple of layers. All layers has permissons that guests (and users) can view them in embedded map. However, there is still login "window" in map, in maptools -div. Still all layers are visible even i don't log in.
I'm wondering why, because this is not happening in my test environment.
published
. If not you can change that or if you want to overwrite the default you should remove the login functionality from the overriding JSP in your app.
publisher
functionality when you say you are "publishing a map from Oskari"
L26 + info.setCredentials(user, pwd);
Hi! How do I get the data from drawing events trough RPC? If I do a postRequest like:
channel.postRequest('DrawTools.StartDrawingRequest', data);
How do I call that id to get the geoJson for my application to use? There was some mention in the API but I couldn't find any examples where something like that was used.
Or was the RPC api example page source code somewhere to be viewed?
channel.handleEvent('MapClickedEvent', function(data) {
alert('Map clicked!');
});