oskari-server icon indicating copy to clipboard operation
oskari-server copied to clipboard

Backend implementation for Oskari Map Application Framework

Results 8 oskari-server issues
Sort by recently updated
recently updated
newest added

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: ![aineistohaku](https://github.com/oskariorg/oskari-server/assets/2210335/937a8b39-eda6-4863-b569-9598831a92a4) 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...

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...