oskari-server
oskari-server copied to clipboard
Backend implementation for Oskari Map Application Framework
Moved `fi.nls.oskari.servlet.WebappHelper` to new path `org.oskari.init.OskariInitializer`. This file is usually not customized so the change shouldn't have any effect on most instances. However we do have an instance that had...
When processing indicators from a statistical datasource. It breaks the UI completely when the user scrolls to such indicator:  This might happen when we have multiple servers that are...
From JSONObject to classes serialized with Jackson. Work-in-progress etc. The idea is that LayerOutput could be used for data included in listing while LayerExtendedOutput could be used to add more...
Requires a test case
Creates a membased DB datasource for unit testing if a class from the shared-test-resources is present in the classpath. Checking things with reflection API so we don't need to add...
If a WFS-layer is registered to the application with an URL containing `request`, `version` or `service` parameters some things will break for example the capabilities parser that tries to call...
Some layers require apikeys or referers or whatnot to function, and those did not get added in printservice. This solution is based on paikkis and one provider specifically, so the...