Tagged Questions

0
votes
1answer
15 views

android maps: how to determine map center after a drag has been completed

Hi. Is there a way through the android maps API, where I can detect the map center after pan animation has completed? I want to use this information to load markers from a server …
1
vote
0answers
14 views

Open the iPhone map application via link to Google maps with KML as query

How does one force the iPhone map application to open when the link on a web page goes to maps.google.com/?q=http://example.com/mapdata.kml? If I open the map application and spec …
0
votes
0answers
14 views

Add custom control to Subgurim Maps

Is it possible to add a custom control to the GMap control in the Subgurim library? I see that I can add a GControl with the GMap.AddControl method. I tried to create a custom GCo …
0
votes
1answer
25 views

How to check if geocode is close to or on path defined in a KML LineString with PHP or MySQL

Hi, I have a KML file defining several paths/routes (representing actual roads) enclosed in the <LineString><coordinates></coordinates></LineString> tags. …
2
votes
2answers
34 views

Are there any .Net libraries to include mapping in a WinForms application?

I'm wanting to write a simple WinForms application that will be able to plot several locations on a map. Ideally, the application would embed a map that I can programmatically mani …
2
votes
4answers
93 views

Google Maps, array + GLatLng + GPolyline

Hi! I am using the following code to group and show a list of ship positions on a map: function configure_ship_polylines() { var shipPoints = new Array(); // Group posi …
1
vote
1answer
44 views

Changing the value in a map in Groovy

This is about a very basic program I'm writing in Groovy. I have defined a map inside a method: def addItem() { print("Enter the item name: ") def itemName = reader. …
0
votes
2answers
51 views

What map choice (e.g. Google, Bing, etc) for my SaaS product?

Part of what I want to offer subscribers to my application is a map showing the location of their customer, with the option to get directions (the idea is that they can just easily …
0
votes
3answers
44 views

How do you click on a map and have latitude and longitude fields in a form populated?

I have a form that a user needs to fill out where the location needs to be identified. I have latitude and longitude input fields on the form. I am also looking for the decimal l …
0
votes
3answers
190 views

C++ map really slow?

i've created a dll for gamemaker. dll's arrays where really slow so after asking around a bit i learnt i could use maps in c++ and make a dll. anyway, ill represent what i need t …
4
votes
4answers
104 views

Mapping a function on the values of a map in Clojure

I want to transform one map of values to another map with the same keys but with a function applied to the values. I would think there was a function for doing this in the clojure …
2
votes
3answers
153 views

Best way to store and retrieve this..?

I've been trying all night, and talk of maps, arrays, vectors and hash_maps have filled my head. im just confused now. i posted a previous question here: http://stackoverflow.com/q …
0
votes
2answers
37 views

Customize OpenLayers Control

How can I easily customize OpenLayers map controls? Or at least, how can I minimize the controls' height? Thank you. PS. Is there any CSS override?
1
vote
2answers
270 views

Converting long/lat to pixel x/y, given a zoom-level

I'm trying to develop a page in ASP.NET that will act as a tile-server for a Google Map It will pull a collection of latitude/longitude points from the database, then render them …
1
vote
2answers
51 views

In KML What Makes a Line String Have Multiple Geometries?

I know this is a total newbie question, but I happen to be a total newbie when it comes to KML. I am working on a GIS project using KML and I keep running into this multiple geome …

1 2 3 4 5 11 next
15 30 50 per page