Tagged Questions

A common API abstracting various javascript Mapping APIs.

learn more… | top users | synonyms

2
votes
2answers
448 views

To use Mapstraction or Google maps api V3?

I am new to mapping and have gone through the V3 API tutorial and just heard about mapstraction. I wanted to know, which would be better to learn, considering that V3 is a complete write up of the ...
2
votes
1answer
572 views

Mapstraction: Changing an Icon's image URL after it has been added?

I am trying to use marker.setIcon() to change a markers image. However it appears that although this changes the marker.iconUrl attribute the icon itself is using ...
1
vote
0answers
49 views

comparison between openlayers.org and mapstraction.com

I just handed new GIS project and given two choices for map solution. http://mapstraction.com http://openlayers.org Now i know only google maps and dont have any idea about the above two. My goal ...
1
vote
1answer
275 views

Documentation on geting driving directions and calculating driving distance with Mapstraction

I'm trying to build an easy to use map system for the applications we develop at work. I started using Google Maps but I have to abandon that because of the lack of SSL support. While Google Maps API ...
0
votes
1answer
27 views

Mapstraction Google Geocode call returns error code 610

I have this js code where I am using the Mapstraction library to show GMap and use it's geocoder service via mapstraction as well. I have recently started getting error 610 whenever I try to issue ...
0
votes
0answers
31 views

Cannot generate random markers on Google Maps using Mapstraction

I am trying to generate and place 10 random markers on Google Maps using Mapstraction library but I cannot make it work. I am reading Map Scripting 101 but the examples seem to be a little outdated ...
0
votes
2answers
131 views

how to delay marker loading openlayers map with mapstraction

I have a page with displays 10 markers in an openlayers map used via mapstraction. I want to load map first then marker one by one say after every second, I tried using window.setTimeout() it loads ...
0
votes
0answers
94 views

How to highlight corresponding table record on mouseover on gps marker displayed in an openlayers map

I have a page which displays gps records in an openlayers map. I am using mapstraction to get openlayers map and pass all the records using a java list. Below the map I am parsing the records from the ...
0
votes
1answer
92 views

Geoserver with Mapstraction

Do someone know how to use a custom hosted Geoserver's Tile Layers or WMS layers to be laid on Mapstraction as a base layer? MapStraction has base layer plugins for google, yahoo, microsoft, ...
0
votes
0answers
40 views

Can we use Mapstaction API with Google Map API v3?

The demo on their site is based on Google Map API version 2. So, is Google Map API version 3 is also supported. How can I use that with to switch from version to 2 to version 3. Thanks.
0
votes
1answer
100 views

Integrate ESRI data with Mapstraction

Is it possible to integrate data from ESRI with Mapstraction. Do anyone got any idea in this area.
0
votes
2answers
99 views

How do I download the javascipt library for mapstraction v2?

I am setting up a map on a drupal website using the mapstraction module. I am planning to use the 6.x-2.x-dev development branch of mapstraction because I need some of its additional functionality. ...