How to query feature info with tilecache layer?

6 messages Options
Embed this post
Permalink
Alphatran

How to query feature info with tilecache layer?

Reply Threaded More More options
Print post
Permalink
As you see, tilecache is the fast way to load map from MapServer. I'm changing to use tilecache layer instead of WMS layer. But I'm worry about how can I query feature info with tilecache layer? Currently, I get feature info from WMS layer by OpenLayers. Thanks for your attention!
Christopher Schmidt-2

Re: How to query feature info with tilecache layer?

Reply Threaded More More options
Print post
Permalink
On Mon, Aug 10, 2009 at 05:13:15AM -0500, Alphatran wrote:
>
> As you see, tilecache is the fast way to load map from MapServer. I'm
> changing to use tilecache layer instead of WMS layer. But I'm worry about
> how can I query feature info with tilecache layer?
>
> Currently, I get feature info from WMS layer by OpenLayers.

There is no reason to change anything: continue to query the mapserver for
non-tile requests.

Regards,
--
Christopher Schmidt
MetaCarta
_______________________________________________
Tilecache mailing list
[hidden email]
http://openlayers.org/mailman/listinfo/tilecache
Alphatran

Re: How to query feature info with tilecache layer?

Reply Threaded More More options
Print post
Permalink

Christopher Schmidt-2 wrote:
There is no reason to change anything: continue to query the mapserver for
non-tile requests.

Regards,
--
Christopher Schmidt
MetaCarta
Thanks Christopher,

If I modify data layers (in ArcSDE for Oracle) will the TileCache layers be updated immediately?

Alphatran

Re: How to query feature info with tilecache layer?

Reply Threaded More More options
Print post
Permalink
In reply to this post by Christopher Schmidt-2

Christopher Schmidt-2 wrote:
There is no reason to change anything: continue to query the mapserver for
non-tile requests.

Regards,
--
Christopher Schmidt
MetaCarta
Thanks Christopher,

If I modify data layers (in ArcSDE for Oracle) will the TileCache layers be updated immediately?

Ivan Mincik-2

Re: How to query feature info with tilecache layer?

Reply Threaded More More options
Print post
Permalink
On Tuesday 11 August 2009, Alphatran wrote:

>
> Christopher Schmidt-2 wrote:
> >
> >
> > There is no reason to change anything: continue to query the mapserver for
> > non-tile requests.
> >
> > Regards,
> > --
> > Christopher Schmidt
> > MetaCarta
> >
> >
>
> Thanks Christopher,
>
> If I modify data layers (in ArcSDE for Oracle) will the TileCache layers be
> updated immediately?
No, it is up on Your strategy what to do if the layers are updated. For example, You can delete cached files and run tilecache_seed to create new ones.

>
>



_______________________________________________
Tilecache mailing list
[hidden email]
http://openlayers.org/mailman/listinfo/tilecache

signature.asc (204 bytes) Download Attachment
Alphatran

Re: How to query feature info with tilecache layer?

Reply Threaded More More options
Print post
Permalink
Thanks Ivan Mincik-2,

For me, making a webgis (with more than 17 vector layers on it) run faster is so hard.