Hi all,

I am trying to prepare square grid for some zoom levels e.g 8-16 . Each
zoom level has own squares. That can i do with database and SLD style. I
want for each visible squares, show a clickable icon (leaflet.js)

Problem is that WMS and WFS queries are not compatible when i use
floor(zoom) for WFS in cql_filter=visibility_zoom={zoom}. When i use
round(zoom) then all works good but i want avoid it.

Its any way to make it compatible for floor zoom value? Maybe its somehow
possible using bbox and additional zoom param for WMS?

Below is my sld example.


name: square_dev2
>
> grid:
>
>   name: WGS84
>
> feature-styles:
>
> - name: name
>
>   rules:
>
>   - filter: ${visibility_on_zoom = '8'}
>
>     zoom: [8, 8]
>
>     symbolizers:
>
>     - polygon:
>
>         stroke-color: '#000000'
>
>         stroke-width: 1
>
>   - filter: ${visibility_on_zoom = '9'}
>
>     zoom: [9, 9]
>
>     symbolizers:
>
>     - polygon:
>
>         stroke-color: '#000000'
>
>         stroke-width: 1
>
>
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to