[TinyOWS-users] Attribute geobbox don't seem supported

Olivier Courtin olivier.courtin at gmail.com
Sat Sep 3 12:45:29 EST 2011


Andrea,

>   <layer ns_prefix="iducsrt09_ar"
>     geobbox="12.4,9.5,44.5,42.2"
>   />
>
> The getcapabilites was not returned.
> Removing the geobbox attribute it is returned correctly.

- First update to r605
- Then geobbox is a limit setting for the whole server (and not per layer)

So use something like:

<tinyows ....>

  <limits  geobbox=="12.4,9.5,44.5,42.2" />
  <layer ...>
</tinyows>


HTH,

And thanks for the report, there was a regression on this feature !

-- 
Olivier


More information about the TinyOWS-users mailing list