Commit Graph

260 Commits

Author SHA1 Message Date
etj
ff7f383591 #176 Fix tests related to styles in workspaces 2016-04-08 19:28:54 +02:00
etj
5447c06dbc Fix internal data ordering. Close #166. 2016-04-08 17:59:37 +02:00
Simone Giannecchini
db5d949e71 Update README.md 2016-04-06 18:06:47 +02:00
Simone Giannecchini
e48a2b0d88 Update README.md 2016-04-06 17:53:16 +02:00
Simone Giannecchini
7c20365099 Update README.md 2016-04-06 17:48:34 +02:00
Simone Giannecchini
1f11fd3207 Update README.md 2016-04-06 17:48:22 +02:00
Simone Giannecchini
797dac9289 Create .travis.yml 2016-04-06 17:40:41 +02:00
Simone Giannecchini
55d0e0bd8e Update README.md 2016-04-06 17:36:30 +02:00
Simone Giannecchini
12ec730db8 Update License.txt 2016-04-06 17:33:41 +02:00
Simone Giannecchini
dbbd54a8ea Update README.md 2016-04-06 17:33:13 +02:00
Simone Giannecchini
5fbe7ed2e9 Create README.md 2016-04-06 17:31:35 +02:00
Simone Giannecchini
4d4813007f Delete README 2016-04-06 17:30:24 +02:00
Simone Giannecchini
c360e8c532 Merge pull request #172 from thinking-aloud/add-arcGrid-support
add arcGrid support
2016-04-06 17:20:59 +02:00
Lennart K
3f22f36aa2 update year and add author 2016-04-06 16:03:46 +02:00
Lennart K
5027ba8112 add arcGrid support 2016-04-05 18:03:56 +02:00
mbarto
bd6bab3ddb Merge pull request #163 from mbarto/style_fixes
Fixes #162: Improved style in workspace support for GeoTiffs and Shap…
2016-02-24 10:10:45 +01:00
Mauro Bartolomeoli
28a72e2691 Fixes #162: Improved style in workspace support for GeoTiffs and Shapefiles 2016-02-24 10:06:29 +01:00
mbarto
bde93118d2 Merge pull request #157 from xandros6/master
Added additional WCS informations to publish GeoTIFF
2015-11-23 17:03:21 +01:00
Xandros
ebae6cf086 Added additional WCS informations to publish GeoTIFF 2015-11-20 13:12:20 +01:00
Daniele Romagnoli
a4268dda60 Merge pull request #152 from dromagnoli/issue_151
Issue #151: adding support for nativeCoverageName element of the cove…
2015-06-22 09:59:44 +02:00
Daniele Romagnoli
f55cb1cbcc Issue #151: adding support for nativeCoverageName element of the coverage encoding 2015-06-19 18:09:00 +02:00
mbarto
feb41ad0f7 Merge pull request #150 from cippino/master
Added classes for WMS backends
2015-06-08 11:25:42 +02:00
Federico C. Guizzardi
c76e60205c Added Test for wmsStore parser 2015-06-08 10:53:26 +02:00
Federico C. Guizzardi
9ebfaaafed Fixes related parsing 2015-06-08 10:53:04 +02:00
Emanuele Tajariol
7d0a8319ea Merge pull request #147 from andypower/master
Improve on appending the raw parameters on existing query string to publish and update raw SLDs
2015-05-27 12:06:16 +02:00
Federico C. Guizzardi
94c7871cd1 Added user and password parser in RESTWmsStore 2015-05-21 10:55:44 +02:00
Federico C. Guizzardi
4241e4d83d Added classes for WMS backends 2015-05-20 12:06:31 +02:00
andypower
1533c7bec4 Added utility methods to add query string params to an existing URL 2015-04-03 11:59:34 +02:00
andypower
3e810bb869 Improve on appending the raw parameter on existing query string for publish and update SLDs 2015-04-03 11:54:02 +02:00
etj
213ed8326d Fix for java6 2015-04-01 10:18:27 +02:00
etj
c9f51cf388 Merge pull request from branch 'master' of https://github.com/andypower/geoserver-manager.
Fix tests and style REST URLs.
Fix v110 SLD.
Closes #145.
2015-04-01 01:23:59 +02:00
etj
497ec63408 Disable tests on mosaic, as per #146. 2015-03-31 17:37:20 +02:00
etj
631f3a9ffa Improve GeoServer version handling. 2015-03-31 17:26:32 +02:00
etj
a7d3efc6f7 Use PURGE param for the delete store methods. 2015-03-31 17:23:20 +02:00
etj
5bd0f5e2e9 Cleanup logging output. 2015-03-31 17:22:27 +02:00
etj
8cdc7d02b7 Improve toString for mosaic granules. 2015-03-31 17:16:59 +02:00
etj
02439fa277 Add the PURGE param to the delete store methods. 2015-03-31 17:02:38 +02:00
andypower
4cfa86400b Improve checking the SLD version when passing a String: using InputStream from String 2015-03-27 11:09:09 +01:00
andypower
da5ee7c090 Added the uploadStyle and publishStyle methods to publish the SLD body String in raw format 2015-03-26 18:45:31 +01:00
andypower
6327f699ff Added tests for publish and update style methods that use the raw format param
Conflicts:
	src/test/java/it/geosolutions/geoserver/rest/publisher/GeoserverRESTStyleTest.java
2015-03-26 16:43:23 +01:00
andypower
e04dd7428e Alternative to GEOS-6568 (https://jira.codehaus.org/browse/GEOS-6568)
Using raw format to update correctly an SLD file v. 1.1.0 via REST API
2015-03-26 16:41:41 +01:00
andypower
962d28503a Added logic to recognize SLD version from SLDFIle
Added SLD v 1.1.0 content type for SE
2015-03-20 19:54:49 +01:00
andypower
86a3de1e2d Adding the publishStyle(..., boolean raw) method to the GeoServerRESTPublishe class for compatibility reasons 2015-03-20 18:05:00 +01:00
andypower
fd84472576 Alternative to GEOS-6568 (https://jira.codehaus.org/browse/GEOS-6568)
Using raw format to publish correctly an SLD file v. 1.1.0 via REST API
2015-03-20 17:42:20 +01:00
Simone Giannecchini
3e580b73d1 Merge pull request #138 from n-lagomarsini/issue137
Issue_137
2014-09-22 15:48:22 +02:00
n-lagomarsini
75dec9c726 Issue_137 2014-09-22 15:45:18 +02:00
Simone Giannecchini
f06c49806d Merge pull request #136 from n-lagomarsini/fixTest
Minor fixes on the tests
2014-09-22 15:02:12 +02:00
n-lagomarsini
c17a14d9e0 Minor fixes on the tests 2014-09-22 14:30:18 +02:00
etj
b60e487ffa Expose nativeCRS attribute of a resource. Close #131. Close #132. 2014-07-10 17:17:35 +02:00
Emanuele Tajariol
2526337e7d Merge pull request #130 from geops/master-129-expose-restresource-bboxes
Create RESTBoundingBox class and wrap latLonBoundingBox and nativeBoundingBox attributes. Close #129.
2014-07-10 13:29:12 +02:00