Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have been able to create an application showing dots on a map. For example, we place a dot on map for a selected doctor. However, we would like to show territory and ZIP code borders on the map. We would like to shade in areas based on values in the data. Our territories are based on ZIP codes.
Does anyone have any experience or solution for this?
My best suggestion would be to find/create a charting engine for this and use with an extension object that allows you to generate whatever type of representation you want based on QV data.
Hello Nathan,
I do not have any experience or solution for this, but you might be able to load geo-data as kml-format in you google-app.
See these links for explanation:
http://code.google.com/intl/da-DK/apis/kml/documentation/whatiskml.html
http://code.google.com/intl/da-DK/apis/kml/documentation/kml_tut.html#ground_overlays
I have not had time to investigate further, but I think it could be a solution.
Hope it helps.
Best regards.