Showing related tags and posts across the entire site.
-
I am developing a Silverlight app for use within a corporate intranet. This app requires GIS functionality. Convince me that C1Maps is the superior solution for Silverlight GIS integration.
What data sources can I use with C1Maps? Both Microsoft and Google maps are very expensive for internal intranet...
-
Was wondering if anyone could help with the following error I'm encountering for an instance of C1Maps in my Silverlight app. I have a collection of C1VectorPolygons which are added to a layer on the map on a button click event. This error is generated after I navigate away from the page hosting...
-
Hello, I am wondering if it is possible to change the map so it looks like the 'Low Light' map in this example http://vf4demo.idvsolutions.com/ . I know its possible to load a kml file however I have noticed that using the KML file when zooming in the map edges become jagged, is it simply the...
-
I'm trying to add a C1ContextMenu programatically to a C1VectorPolygon, but this does not seem to work. The mouse events fire, however the menu does not pop up at all? Is this not possible, or perhaps something else? See sample below: C1VectorPolygon c1Vp = new C1VectorPolygon (); c1Vp.MouseLeftButtonDown...