License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks OpenLayers Business Logic Libraries Geospatial |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdopenlayers-proxy |
Last Version | Last Version1.5-RC5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenlayers - Proxy
For Web Feature Service Requests a Proxy needs to be used. The need for a proxy is due to browser cross site scripting restrictions.
It is separated from the main package due to its dependency on commons-httpclient and because it is only needed for WFS or WMSGetFeatureInfo requests.
|
<!-- https://jarcasting.com/artifacts/org.wicketstuff/openlayers-proxy/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>openlayers-proxy</artifactId>
<version>1.5-RC5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers-proxy/
implementation 'org.wicketstuff:openlayers-proxy:1.5-RC5.1'
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers-proxy/
implementation ("org.wicketstuff:openlayers-proxy:1.5-RC5.1")
'org.wicketstuff:openlayers-proxy:jar:1.5-RC5.1'
<dependency org="org.wicketstuff" name="openlayers-proxy" rev="1.5-RC5.1">
<artifact name="openlayers-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='openlayers-proxy', version='1.5-RC5.1')
)
libraryDependencies += "org.wicketstuff" % "openlayers-proxy" % "1.5-RC5.1"
[org.wicketstuff/openlayers-proxy "1.5-RC5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.wicketstuff : openlayers | jar | 1.5-RC5.1 |
org.apache.wicket : wicket | pom | 1.5-RC5.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |