-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Mapstore's conf to optimise layers loading #218
Comments
It's OK for me . In our configuration (localConfig.json) we have:
About legendOptions i applied it in the TOC plugin section:
|
Ok so I suggest to : 1°/ Update catalogs to set :
Note : Provide singleTile option allow user to know it's available here. 2°/ Add legend options conf to TOC in
Also here are some PGSQL example requests to update those confs for already created contexts : => To update catalogs config, just replace last param with your own conf.
|
i just want to stress the fact that mapserver supports it but not by default, per the example config on https://mapserver.org/mapfile/outputformat.html other than that, i really like the way this is going :) |
Ok, so maybe we can just add it as a comment and keep simple png8 by default. After all, the config provided in datadir have to be adapted for the environment where it is deployed. |
well there's geosolutions-it/MapStore2#6522, right, but i havent tested it (and i dunno if its in our mapstore2) so georchestra/mapstore2-georchestra#301 and georchestra/mapstore2-georchestra#302 are still open... |
As discuted previously with other administrators, we should setup the way example catalogs are configured in order to have faster tiles loading.
Here is an example of what can be done :
The use of
image/vnd.jpeg-png
should allow to faster tiles loading as it rely on GS to choose between JPEG or PNG (transparency or not).In the last Mapstore release,
image/vnd.jpeg-png8
is also available, so when it will be integrated in Georchestra, we could use it.Any opinions about this sample conf ?
@MaelREBOUX @landryb @catmorales ?
The text was updated successfully, but these errors were encountered: