0
votes
2answers
103 views

Leaflet zoom and pan

I feel kind of stupid here... I have several markers in a map area and need to find a way to pan and zoom to this area. The goal is be able to view all markers at once. I insert the markers with ...
2
votes
1answer
106 views

Why is my D3 zoom transform not centering properly?

I'm upgrading my map to v3 of D3 and using the click to zoom transformation outlined in the D3 example code found here. My code is nearly identical except that my map has slightly smaller dimensions ...
1
vote
1answer
84 views

How to set the extent of an OpenLayers Map?

I want to pan and zoom an OpenLayers.Map to a given OpenLayer.Bounds. What is a quick way to do this action? I want to see everything that is in the bounds on the map. Cheers!
0
votes
0answers
18 views

How to find which counties are visible on a zoomed map

I want to be able to work out which counties are visible on a map of the UK depending on the area the user has chosen to display. I can find the county in the centre from the lat/long but because of ...
0
votes
2answers
450 views

Jquery Zoom Plugin?

I seem to be having a difficult time finding a plugin that will zoom into my image while leaving the rest of the image at the same size. The reason why I need it is because I am using an image map ...
0
votes
1answer
138 views

Android how to calculate optimal zoom level?

How can I calculate the zoom level for the tracked route to fit perfectly to the view of map(screen)? I have the start and end point of root/whole track/ in Lon/Lat position, I able to calculate the ...
0
votes
1answer
201 views

iOS : zoom in and zoom out effect on map

I have created map as show on this link and its working perfectly. But the problem is, It only zoom in one way (it get bigger only). How could I make it working on either way? May be like we have on ...
0
votes
0answers
75 views

Zoomable custom map with buttons on Android

I'd like to create a zoomable custom map (like Google Maps - but without using MapView). On this map it should be possible to place buttons for some points of interest. After searching the net for ...
0
votes
0answers
143 views

Android: Need a Custom Map Viewer, supporting Large images with Zoom and touch functionality

I want to create a Map viewer. It should be able to load large Map/image (to get rid of VM Out of Memory Error). It should be zoomable (gesture based) without dropping the image quality. The above ...
0
votes
1answer
591 views

mkmap zoom on user location - Xcode

i have this code.. -(IBAction)getlocation { mapview.showsUserLocation = YES; [mapview setCenterCoordinate:mapview.userLocation.coordinate animated:YES]; and also i have a pin with fixed ...
2
votes
0answers
171 views

Android: increase max zoom level of MapView

I´m painting some custom tiles over the Google MapView at some places. Is it somehow possible to increase the max zoom level so that you can zoom more in? The MapView should just use zoomed tiles at ...
1
vote
1answer
237 views

Where should I put zoomIn in my MapActivity?

I'm writing an Android app, and I'd like to zoomIn as soon as the map has been loaded. I get the following error: java.lang.IllegalArgumentException: width and height must be > 0 This ...
0
votes
0answers
229 views

Slick2D NiftyGUI integration: zoom slick2d but not niftygui

i've integrated nifty with slick2d correctly but i want to add a zoom functionality on the map. I tried to use g.scale(int x, int y) method but it scales the nifty gui too. I would like to scale the ...
1
vote
1answer
130 views

How to listen for a layer zoom event in Polymaps?

I'am using Polymaps.js library for making maps. It would be very useful to be able to observe zoom level changes on layers. I'm trying to keep a layer of points scaled by values in meters, so I need ...
0
votes
1answer
75 views

Zoom focus issue with gmaps4rails gem-placemarks only

I've browsed the other links in regards to this but I can't get it to work as desired. What I have: Index page: shows all the placemarks, working as intended. Now for the show page: So I'm on the ...
1
vote
2answers
55 views

adding map feature on directory app [ANDROID]

I'm currently working on a directory application on ANDROID. it's my first time working on an mobile application. While working for the app, I decided to add a map feature as well to locate ...
2
votes
2answers
174 views

Google API Map Zoom

import com.google.android.maps.MapActivity; import com.google.android.maps.MapView; import android.os.Bundle; public class Map2Activity extends MapActivity { /** Called when the activity is ...
1
vote
3answers
1k views

google map v3 zoom controls not showing

I am not seeing any reason why the zoom controls are not showing up as the controls are not disabled in my option? this is v3 google map..has anyone faced similar issue? I can zoom in and out using ...
0
votes
1answer
462 views

Google Map Marker dragging and zoom map issue

I received this project from a senior programmer, who has just left the company. This map had lots of issues out of which many are fixed. Now there are 2 major issues left in there. 1. markers ...
0
votes
3answers
2k views

MapKit iPhone display Zoom Controls

Is it possible using MapKit to show a map in iPhone, like i´m doing, to display zoom controls on the map? If not, what are the flags or methods i should use to increase and diminish the zoom, so i ...
0
votes
1answer
440 views

Openlayers WMS layer not zooming properly with Basemap

I'm using a WMS layer coming from Geoserver over a OSM basemap. When I'm at a particular zoom level (1:70) then the WMS layer is on right position over Basemap, but on zooming in to see individual ...
1
vote
1answer
651 views

how to make wp7 map control zoom buttons easier to see

with windows phone 7 i am using teh bing map control. i have it working just fine. however, the zoom buttons (+,-) are at the bottom of the page and difficult to see. The buttons have black border ...
2
votes
2answers
1k views

Is there a library or tool for svg or raphael that allows to pan over and zoom into drawings?

Does somebody know if there is a library (or something like a library) that allows me to create text annoted vector graphics (preferably on the basis of svg or raphael) with the feature to pan over ...
2
votes
1answer
264 views

How to zoom with mouse in OpenLayers so that the mouse points to the same place before and after zooming (a la Google Maps)?

I'm having a tough time changing the zoom method of my OpenLayers map. If you were to go to Google Maps right now and double click on London on the map to zoom, the mouse cursor is pointing at London ...
0
votes
1answer
142 views

Use Scrollview like MapView ,with scroll and zoom option

I have some map images and i want that i can scroll that images and i can zoom that images. Like , MKMapView we can zoom images and the placeMark will remains as it is (it would not zoom). same thing ...
2
votes
3answers
194 views

Smaller MapKit Zoom Interval iPhone

I'm trying to zoom to a specific region. The problem I'm having is that as far as I can tell, programatically, you can only set to fixed zoom levels. I've made a test app to demonstrate this. I'm ...
0
votes
3answers
733 views

Android maps zoom - OutOfMemory

When I zoom in/zoom out from time to time in my map activity I get in console an "OutOfMemory error:bitmap size exceeds VM budget". The app doesn't crash on my developement phone, but I'm not sure If ...
0
votes
1answer
376 views

iPhone: Set Map zoom level on the base of distance

I want to set the zoom level of google map on the base of variable value so it show only part of map on start-up. Basically i want to show only surrounding area from user location. For example if ...
0
votes
2answers
143 views

Working in java image

I will explain my question clearly. I need to zoom in/zoom out the world map. When I click on the particular country in map, control should redirected to new page with respective the country. I ...
3
votes
2answers
5k views

How to use Android Map to zoom with hand gesture (iphone like)

How do you use the Android API to zoom in and out maps with the 2 finger gestures like iPhone?