No announcements
Found 3766622 threads
-
1 Votes
Best approach to graphic representation of of large number of objects with BING Map WPF control
Do you happen to know any samples that use WPF Bing Map control without a spatial database?Answered | 5 Replies | 1960 Views | Created by jwang_ga - Thursday, July 30, 2015 3:23 PM | Last reply by Ricky_Brundritt - Monday, August 24, 2015 5:13 PM -
0 Votes
Resize Polygon in Bing Map WPF
Also ensure you are using the polygon that is in the map API and not the polygon class thats in WPF.Answered | 2 Replies | 5813 Views | Created by Dhinakaran Chandrasekaran - Thursday, October 27, 2011 10:17 AM | Last reply by Ricky_Brundritt - Sunday, November 6, 2011 11:30 PM -
0 Votes
Bing Maps: Polygon-Fill : Pattern/Image
I have another blog post that will be released soon that shows how to use the same approach to scale an image as you zoom so that it is bound to a specific bounding box.Answered | 4 Replies | 2596 Views | Created by Katzar - Sunday, March 31, 2013 9:36 PM | Last reply by Ricky_Brundritt - Thursday, April 11, 2013 3:22 PM -
1 Votes
How to calculate the area of polygon in WPF Bing map?
Since you are using WPF I'd suggest to make things easy and make use of the spatial library available in SQL server.Answered | 5 Replies | 2825 Views | Created by Faro Luce - Tuesday, December 3, 2013 11:20 PM | Last reply by shakeelsoft - Friday, March 13, 2015 3:54 AM -
1 Votes
1000 + Polygons in Bing Map V6.2
You are actually using Bing Maps v6.3.Answered | 3 Replies | 1175 Views | Created by M_Sharma - Tuesday, November 26, 2013 8:45 AM | Last reply by Ricky_Brundritt - Tuesday, November 26, 2013 3:13 PM -
0 Votes
Text inside Bing Maps polygon
You would simply overlay a textbox on top of the map around the center of the polygon.Answered | 1 Replies | 957 Views | Created by J.See - Monday, October 26, 2015 8:21 AM | Last reply by Ricky_Brundritt - Monday, October 26, 2015 7:54 PM -
0 Votes
rubberbanding in bing maps + wpf
By rubberbanding I am guessing you are either looking to create a polygon from a bunch of pushpins that is in the shape of a rubberband if it was streached around the pins.Answered | 1 Replies | 3413 Views | Created by VishalHarne - Monday, July 23, 2012 1:25 PM | Last reply by Ricky_Brundritt - Wednesday, July 25, 2012 8:37 AM -
0 Votes
Draw Polygons on Bing Map
By default the shapes are drawn to the map (map.entities).Answered | 4 Replies | 1753 Views | Created by Raymond Tam - MCSD - Wednesday, January 15, 2014 10:00 PM | Last reply by Raymond Tam - MCSD - Thursday, January 16, 2014 2:25 PM -
0 Votes
Bing Maps WPF is rendering - but only sometimes!
That's a really bad approach.Answered | 1 Replies | 871 Views | Created by Andreasfl - Sunday, July 19, 2015 9:22 PM | Last reply by Ricky_Brundritt - Monday, July 20, 2015 4:40 PM -
1 Votes
Bing Map V8: zIndex of polygon and pushpin (put polygon on top of pushpin)
Pushpins are always rendered above polygons/polylines.Answered | 1 Replies | 2442 Views | Created by DV911 - Thursday, June 9, 2016 1:02 PM | Last reply by Ricky_Brundritt - Thursday, June 9, 2016 3:09 PM -
0 Votes
Editing polygon using Bing Maps Silverlight SDK
Take a look at this blog post: http://www.garzilla.net/vemaps/PolygonDragHandle.aspx It is based on the Bing MAps AJAX control but the same technique can be used ...Answered | 1 Replies | 3295 Views | Created by rajeswaranc - Saturday, April 21, 2012 10:51 AM | Last reply by Ricky_Brundritt - Sunday, April 22, 2012 9:14 AM -
1 Votes
Drawing a polygon on several maps
No error with this, but it's not what i want.Answered | 7 Replies | 1170 Views | Created by Grmax - Tuesday, March 3, 2015 10:44 AM | Last reply by Ricky_Brundritt - Friday, March 6, 2015 6:07 PM -
0 Votes
Displaying 5000+ polygons using Bing maps v7 SDK
Loading 5000+ polygons using XML is not recommended in general.Answered | 1 Replies | 3066 Views | Created by ggs1 - Friday, August 17, 2012 5:41 PM | Last reply by Ricky_Brundritt - Saturday, August 18, 2012 12:39 PM -
1 Votes
Geofencing with Polygons for Windows Store Apps and Bing Maps
The only thing I can see wrong with this approach is I could possibly be increasing my number of calculations.Answered | 4 Replies | 2398 Views | Created by Ebsanu - Tuesday, July 1, 2014 5:48 PM | Last reply by Ricky_Brundritt - Wednesday, July 2, 2014 9:21 AM -
1 Votes
way to make the Bing Map be on top of the polygons instead
This is done to cut the number of tiles that are downloaded in half when compared to other mapping applications out there like google who have to download twice as many tiles.Answered | 3 Replies | 6643 Views | Created by jderekito - Tuesday, April 5, 2011 8:49 PM | Last reply by Ricky_Brundritt - Wednesday, April 6, 2011 9:37 AM -
0 Votes
Bing maps and power BI filled map
It looks like Bing Maps has this data.Answered | 3 Replies | 1662 Views | Created by Nikki Scott - Thursday, March 17, 2016 10:17 AM | Last reply by Ricky_Brundritt - Thursday, March 17, 2016 10:15 PM -
0 Votes
improve performance of adding 3000 US counties as mapPolygons to bing map from WPF desktop application
If you have a very detailed set of geographic data that doesn't need to be updated often, the recommended way of approaching this is to pre-rasterize it into tiles and ...Answered | 1 Replies | 718 Views | Created by usa2015usa - Monday, December 14, 2015 5:24 AM | Last reply by Duncan Lawler - Monday, December 14, 2015 6:23 PM -
0 Votes
Using bing map on a WPF application
The cost of depends on the number a factors, you are best to contact the licensing department at maplic@microsoft.com.Answered | 2 Replies | 3742 Views | Created by wakefun - Wednesday, September 5, 2012 5:49 PM | Last reply by wakefun - Thursday, September 6, 2012 10:12 AM -
0 Votes
Bing Maps Polygon
You can create a label using the metadata property to store the reference.Answered | 1 Replies | 1253 Views | Created by Working Title - Tuesday, April 10, 2018 9:50 AM | Last reply by DavidAdade - Tuesday, April 10, 2018 12:58 PM -
2 Votes
Show polygon on map from database
(Unless you're making a WPF application instead of a web app, in which case you'll probably want to look into the SqlServerSpatial DLL.)Answered | 3 Replies | 918 Views | Created by Ramandeep Sethi - Tuesday, July 10, 2018 5:46 AM | Last reply by Zloth X - Thursday, July 12, 2018 2:07 PM - Items 1 to 20 of 3766622 Next ›
No announcements