Hello,
I have noticed that from the demo page of Geowebcache (geoserver 2.1.3) I can't no longer seed in png8 format but only in png format. Which is the easiest way to do that apart from using curl?
Thanks
Hello,
I have noticed that from the demo page of Geowebcache (geoserver 2.1.3) I can't no longer seed in png8 format but only in png format. Which is the easiest way to do that apart from using curl?
Thanks
Should be as simple as turning it on.
Settings --> Geowebcache
As you see below this format is not turned on as a default.
http://osgeo-org.1560.n6.nabble.com/file/n4999797/screenshot_geoserver.jpg
Cheers
Christian
-----
____________________________
Dr Christian Maul
Project Manager
Information Services Branch
Department of Sustainability and Environment
Level13, Marland House, 570 Bourke Street
Melbourne 3000
PO Box 500, East Melbourne Vic 3002
Telephone: +61-3-8636 2325
Telefax: +61-3-8636 2813
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Seeding-in-PNG8-format-tp4999777p4999797.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Got an direct Email back (as far as I can see not to the list).
Thanks Christian,
You mean if I turn on only the png8 format (not the png) then on the demo
page of geowebcache GWC Demos Page and for a specific layer (see picture
attached) the option of png8 will be provided?
What I want is to be able to manually seed a layer in png8 format and if
this is not the way can you tell me an easy way apart from curl.
In addition, can you please clarify what will be the affect if i turn on
only the png8 format.
Cheers,
Stephanos
Sorry, one should try before giving 'good' advice. You are right the effect
on the content of the geowebcache demo page
(http://localhost:8080/geoserver/gwc/demo) is zero. On top of it with every
new start the ticks are gone. I thought it would be the purpose of settings,
that they are kept.
One thing you could do though - and I promise I tried this and it works - is
writing the layer into the geowebcache.xml and pointing to your own server
as below. In that case you see the same layer twice as 'bushfire_rone areas
localhost' from GWC and 'bushfire_prone areas' from your local geoserver.
<wmsLayer>
<name>bushfire_rone areas localhost</name>
<metaInformation>
<title>bushfire_rone areas localhost</title>
<description>bushfire_rone areas localhost </description>
</metaInformation>
<mimeFormats>
<string>image/png</string>
<string>image/png8</string>
<string>image/jpeg</string>
</mimeFormats>
<gridSubsets>
<gridSubset>
<gridSetName>EPSG:4326</gridSetName>
<extent>
<coords>
<double>140.962</double>
<double>-39.137</double>
<double>149.972</double>
<double>-33.982</double>
</coords>
</extent>
<zoomStart>0</zoomStart>
<zoomStop>13</zoomStop>
</gridSubset>
</gridSubsets>
<wmsUrl>
<string>http://localhost:8080/geoserver/wms</string>
</wmsUrl>
<wmsLayers>bushfire_prone_areas</wmsLayers>
<backendTimeout>240</backendTimeout>
<cacheBypassAllowed>false</cacheBypassAllowed>
<queryable>false</queryable>
</wmsLayer>
Cheers
Christian
-----
____________________________
Dr Christian Maul
Project Manager
Information Services Branch
Department of Sustainability and Environment
Level13, Marland House, 570 Bourke Street
Melbourne 3000
PO Box 500, East Melbourne Vic 3002
Telephone: +61-3-8636 2325
Telefax: +61-3-8636 2813
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Seeding-in-PNG8-format-tp4999777p5000092.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Hello,
Finally, I think I found a way to handle the Layer seeding in PNG8 but I
need your
opinion
I have check the png8 option in Geowebcache general options and now I have
as an option to cache every new layer in png8.
However, the layergroups that I had created before i checked the png8 option
could not be cached in png8.
Therefore to resolve this issue, I created new layergroups like the old ones
that are okay with the caching in png8.
Then, in order not to lose the tiles that are already generated in gwc for
the old layergroups, I think an option is to rename the old layergroup
within geoserver admin panel eg 'Layergroup' to 'Layergroup_prev'.
This will have as an effect the changing of the name of the folder of the
layer in gwc to 'Layergroup_prev'.
After that, within geoserver admin panel we rename the newly created
layergroup to 'Layergroup'.
Finally, in gwc folder we rename the folder of the old layergroup from
'Layergroup_prev' in 'Layergroup'.
Based on your experience, will this process give me the chance to keep the
already generated tiles for the new layergroups while I coul reseed some
areas in png8?
Thanks in advance,
Stephanos
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Seeding-in-PNG8-format-tp4999777p5091801.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Hi,
I dont know if I understood correctly what you mean but, for the old LayerGroup, you can
enable the image/png8 format directly inside the ‘Tile cache configuration section’ of the
LayerGroup (not from the ‘Caching Default’ section). In this way the LayerGroup can be
cached also in png8 maintaining the old tiles of the other formats.
You have already tried to do this ?
Best Regards,
Tobia Di Pisa
Dott. Ing. Tobia Di Pisa
Software Engineer
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
2013/11/29 stephanos_ch <stephanos_ch@anonymised.com>
Hello,
Finally, I think I found a way to handle the Layer seeding in PNG8 but I
need your
opinion
I have check the png8 option in Geowebcache general options and now I have
as an option to cache every new layer in png8.However, the layergroups that I had created before i checked the png8 option
could not be cached in png8.Therefore to resolve this issue, I created new layergroups like the old ones
that are okay with the caching in png8.
Then, in order not to lose the tiles that are already generated in gwc for
the old layergroups, I think an option is to rename the old layergroup
within geoserver admin panel eg ‘Layergroup’ to ‘Layergroup_prev’.
This will have as an effect the changing of the name of the folder of the
layer in gwc to ‘Layergroup_prev’.
After that, within geoserver admin panel we rename the newly created
layergroup to ‘Layergroup’.
Finally, in gwc folder we rename the folder of the old layergroup from
‘Layergroup_prev’ in ‘Layergroup’.Based on your experience, will this process give me the chance to keep the
already generated tiles for the new layergroups while I coul reseed some
areas in png8?Thanks in advance,
Stephanos
–
View this message in context: http://osgeo-org.1560.x6.nabble.com/Seeding-in-PNG8-format-tp4999777p5091801.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don’t have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users