The big difference with your link is that its displaying rastered
information so interaction is a bit different. Specifically with Greg's
specs is you can't easily do the "hit testing and pleasing animations on
mouse over and click" since you don't have the details of the polygons on
the client side. It can however support larger and more complex data since
you don't rely on the client for rendering.

If you really want to use the dynamic tile generation though you'll need to
carefully think about your server-side hardware if you want to support any
significant number of users. I work in a team that has a deployed a dynamic
tile solution for 500+ internal users and a large set of data. We quickly
found we needed to pre-generate a lot of the tiles to get suitable
performance.

Greg - I encourage you to jump into the spatial world. It's lots of fun and
you immediately start seeing all the ways you could be presenting data to
users spatially - which is often a great option for the user. Of course you
then are in complete disbelief when data ISN'T presented spatially...
tonight I'm specifically thinking about live QLD election results on a map.
Can't find one anywhere :(

Richard

On Sat, Mar 24, 2012 at 2:39 PM, .net noobie <[email protected]> wrote:

> the link i sent has the same as richard, but also shows how you can do
> these things in code C# with out SQL Server
> On Sat, Mar 24, 2012 at 12:04 PM, Greg Keogh <[email protected]> wrote:
>
>>  Thanks Richard, you have mentioned some very interesting tools and
>> techniques, so technically interesting in fact that I feel compelled to get
>> the tools and play with them. I refuse to be defeated by shapefiles - Greg
>> ****
>>
>> ** **
>>
>> _______________________________________________
>> ozsilverlight mailing list
>> [email protected]
>> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
>>
>>
>
> _______________________________________________
> ozsilverlight mailing list
> [email protected]
> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
>
>
_______________________________________________
ozsilverlight mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight

Reply via email to