Is it possible to build thematic maps using the virtual Earth SDK For example making regions different colours based on their population density.
Thanks,
Andrew
Is it possible to build thematic maps using the virtual Earth SDK For example making regions different colours based on their population density.
Thanks,
Andrew
Thematic maps?
Jay433882
Of course it is possible (well at least with the new API). See http://showcase.sharpgis.net/ve for an example.
Andrey Makarov
Static is not thematic !
Of course it is. Thematic maps hasn't got anything to do with whether the data is dynamic or static. It's just about showing a "theme" like the example I mentioned earlier - the theme there was showing population density, which makes it thematic.
Hedgeh0g
Thinking that VE maybe very slow in that way in that way
Uli F
John.
PeterVrenken
Hackersoft is surely right, you can solve this problem easily with MapPoint.
However I (!) think that tonito is NOT wrong, cause the VE team should provide this possibility also for its AJAX APIs – maybe they are already working on it for v4 :-D
A straightforward approach could be to implement a polygon object as it was done for the polyline (with and array of LatLong objects) and adding two properties like color and alpha-channel. That would be a possibility to highlight a territory, for whom who knows the coordinates along the borderline.
ChrisCo
Actually, it's not possible to solve this easily in MapPoint. It is if you want to use known boundaries such as counties or some such, but if you want finer grained control or to create a grid then you quickly find MapPoint falls short.
Indeed it may even be easier to solve this problem using the new Polygon objects in Virtual Earth and some manual calculations, but it probably won't be quick.
Greg Rotman
See that right there is a task that is easy in MapPoint as the boundaries are already defined in the application. However for example if you had point data with the location of every person and you wanted population density for every 100m cell of a grid covering an entire country you would find that this is beyond the functionality of MapPoint.
AlexBB
This isn't the realm of virtual earth but is exactly what Mappoint does.
Take a look at :-
http://www.microsoft.com/mappoint/default.mspx
Colin Brown
MSN MVP
ALZDBA
JosepMola
chandu_sanka
Hayd3n
Harri Pesonen
Thomas Israelsen
Hi Colin, thanks or the answer. I figured as much but thought it worth asking anyway. The reason I asked is I saw how Google Maps is able to offer this through using KML markup and was kinda hoping Virtual Earth could do the same. Nevermind I will continue my pursuit for the most inexpensive solution.
Cheers,
Andrew