Hello,
We would like to do a Map that shows our patient population in each county in the state of florida.
I'm unable to find any sample that get me started.
can somebody help.
Thanks in advance
we are using windows forms (vb.net)
Hello,
We would like to do a Map that shows our patient population in each county in the state of florida.
I'm unable to find any sample that get me started.
can somebody help.
Thanks in advance
we are using windows forms (vb.net)
albert,
Welcome to MapSuite world.
Did you look at HowDoI samples, if you want to label patient population of each county on the map, there are some samples under Labelling category. If you want to draw points on an area based on the value of population, you can use DotDensityStyle, the related sample you can find it under Styles category.
If I misunderstand you, please give me more information for your requirement.
Thanks
James
how can I select only the state of florida
Thanks in advance
albert,
I think you have many ways to do that:
1. Split shapefile and create another file only include Florida state.
2. Build custom shapefile index, you can find a sample at
wiki.thinkgeo.com/wiki/Map_Suite_Services_Edition_Layers_%26_FeatureSources_Samples#Build_Custom_Shapefile_Indexes
this sample shows how you can display a subset of a shapefile without splitting the physical shapefile.
3. Use InMemoryFeayureLayer to select only Florida state, first you can get the feature represents Florida state and then add it to inmemory layer.
Thanks
James