No announcements
Found 602238 threads
-
0 Votes
ScrollViewer jumps around on high zoom levels
In my case, I don't really have to display text inside the ScrollViewer, so if I decide to go with this high zoom factor ...Unanswered | 3 Replies | 2125 Views | Created by T Hofmann - Tuesday, October 1, 2013 7:05 PM | Last reply by T Hofmann - Friday, October 4, 2013 12:19 AM -
0 Votes
Zooming at minimum level
You can use Chart.AxisViewChanging event to customize the result of the end user interaction like scrolling or zooming.Answered | 1 Replies | 4740 Views | Created by ScottyDoesKnow - Friday, February 6, 2009 9:51 PM | Last reply by Alex Gorev - Monday, February 9, 2009 6:32 PM -
0 Votes
Rendering Polylines at Zoom Levels
I have polylines (route paths) that appear correctly in Bing Maps v7 & v8 but if I render then on my WPF map then at zoomed-out levels they appear offset.Answered | 1 Replies | 1127 Views | Created by ve_greg - Thursday, December 8, 2016 11:34 PM | Last reply by Ricky_Brundritt - Friday, December 9, 2016 10:52 AM -
5 Votes
What is the zoom level range for Bing maps?
Most only go to zoom level 19 as those are the only zoom levels that imagery is available for.Answered | 8 Replies | 6219 Views | Created by B. Clay Shannon - Wednesday, November 21, 2012 9:47 PM | Last reply by Amir001 - Thursday, August 18, 2016 12:31 PM -
0 Votes
How to show WMSTileSource map in higher zoom level?
In this case it appears zoom level is around this maximum.Answered | 7 Replies | 1520 Views | Created by Faro Luce - Wednesday, July 9, 2014 5:46 PM | Last reply by Ricky_Brundritt - Thursday, July 17, 2014 10:40 AM -
0 Votes
Zoom level issue of directionmap
Also for now can we please let us know how to resolve the above zoom level issue.Answered | 4 Replies | 760 Views | Created by Balasaheb Molawade - Saturday, March 19, 2016 2:15 PM | Last reply by Balasaheb Molawade - Tuesday, March 22, 2016 7:27 AM -
0 Votes
restricting zoom level in 2D
What you will have to do is attach onendzoom events to the map and check to see what zoom level the user is at.Answered | 1 Replies | 3889 Views | Created by online_mapping - Tuesday, January 19, 2010 11:08 AM | Last reply by Ricky_Brundritt - Saturday, March 6, 2010 1:48 PM -
0 Votes
Restriction of zoom level
hi all, Is there any functionn to set the maximum zoom level in virtual earth.Answered | 2 Replies | 3502 Views | Created by Cool Tech - Monday, June 16, 2008 8:43 AM | Last reply by Cool Tech - Tuesday, June 17, 2008 12:37 PM -
1 Votes
Convert miles to Zoom Level
It takes the a two corner latlongs and calulates the zoom level based on that, but essentially what it does is calculate the x and y distance between the latlongs and figures out ...Answered | 2 Replies | 7695 Views | Created by jchaney88 - Thursday, January 24, 2008 9:35 PM | Last reply by ttchipster - Thursday, September 25, 2008 7:04 PM -
0 Votes
Silverlight control - changing max zoom level?
Then just allways return a zoom range from 1 to 22 (I think 22 is the max the SL control now supports but I could be wrong) If you get stuck Ill post a code sampleBrian @ ...Answered | 2 Replies | 3667 Views | Created by RMatsu - Thursday, June 11, 2009 6:06 PM | Last reply by RMatsu - Thursday, June 11, 2009 7:51 PM -
0 Votes
Zoom bar max and Min Zoom Level
I don't see this happening as this is not requested very often and the workaround that you are implementing to limit the zoom level is overriding a part of the map control in an ...Answered | 3 Replies | 935 Views | Created by basemap - Wednesday, February 18, 2015 12:28 PM | Last reply by Ricky_Brundritt - Monday, February 23, 2015 5:15 PM -
1 Votes
Why can´t i save the zoom level in Bing maps
Then I zoomed in as far as the site would let me and rotated the view so that South was up.Answered | 3 Replies | 1877 Views | Created by Dick12345 - Friday, July 19, 2013 4:48 PM | Last reply by Viktor Halitsyn - Tuesday, July 23, 2013 1:31 AM -
0 Votes
Stop clustering at certain zoom level
Add a view change end event to the map and check the zoom level when this event is fired.Answered | 1 Replies | 503 Views | Created by nrmnrsh - Wednesday, June 14, 2017 2:43 PM | Last reply by Ricky_Brundritt - Wednesday, June 14, 2017 3:16 PM -
1 Votes
How to set zoom level with search
You can set the center and zoom level, or the bounds, not both.Answered | 1 Replies | 966 Views | Created by TechnomanCan - Friday, November 18, 2016 2:45 PM | Last reply by Ricky_Brundritt - Friday, November 18, 2016 5:16 PM -
0 Votes
Tile Server projection and zoom levels??
The tile which has quadkey 0, shown in your zoom level 1 image, should have longitude/latitude extents of (-180, 0) at the bottom left to (0, 85.0511287798066) at ...Answered | 7 Replies | 5948 Views | Created by kj8675309 - Tuesday, May 24, 2011 6:12 PM | Last reply by Sandeepnair - Wednesday, March 20, 2013 5:21 PM -
1 Votes
center of scrollviewer for using ZoomToFactor()
You can create a custom dependency property to indicate the desired zoom factor, handle that dependency property's propertychangedcallback where you can call ZoomToFactor ...Answered | 8 Replies | 7172 Views | Created by King Star - Wednesday, February 29, 2012 8:26 AM | Last reply by Jesse Jiang - Thursday, March 8, 2012 8:26 AM -
0 Votes
zoom sensitivity
How are you zooming and which map control are you using?Answered | 3 Replies | 4205 Views | Created by yoshang - Friday, December 30, 2011 1:21 PM | Last reply by Ricky_Brundritt - Wednesday, January 4, 2012 8:34 PM -
5 Votes
Set zoom level with setView with animation in v8
Not sure if that works if you change the center of the map, it may only be limited to situations where the zoom level changes one level.Answered | 7 Replies | 4029 Views | Created by Stig Salte Tidemandsen - Tuesday, October 11, 2016 7:50 AM | Last reply by FayazC - Tuesday, May 29, 2018 5:13 PM -
0 Votes
How to detect zoom level in silverlight?
If you are using the pure silverlight sdk (ie not an embedded silverlight map) then there are a few events on the map class you should look ...Answered | 1 Replies | 4290 Views | Created by squariegoes - Tuesday, January 5, 2010 11:01 AM | Last reply by Earthware - Wednesday, January 6, 2010 1:44 PM -
0 Votes
Zoom Level problem
Hello, i have a problem with zooming in on objects on the map.Answered | 1 Replies | 3113 Views | Created by a_BamBam_ - Friday, June 27, 2008 8:57 AM | Last reply by Ricky_Brundritt - Saturday, June 28, 2008 2:09 AM - Items 1 to 20 of 602238 Next ›
No announcements