English 中文(简体)
comparison between openlayers.org and mapstraction.com
原标题:

I just handed new GIS project and given two choices for map solution.

  1. http://mapstraction.com
  2. http://openlayers.org

Now i know only google maps and dont have any idea about the above two. My goal is to provide price effective solution (thats main) having good performance and doing basic task on map like display points, draw region (polygons), create markers.

I also had to do geocoding and reverse geo coding but from my search i dont think its possible with the above two, but i can get third party vendor here to do it.

Guys i need your feedback here badly.

Thank you

问题回答

Mapstraction isn t a library in it s own right, it s an abstraction layer that allows you to write your map code once and then swap from say OpenLayers to Google Maps (or about 12 other providers) by changing one line of JavaScript code.

Mapstraction also provides a geocoding abstraction currently supports seven geocoding providers including Google and OpenLayers.

Check out the Mapstraction wiki for more details.

Alternatively you can use OpenLayers directly for mapping and geocoding via OpenStreetMap.





相关问题
anything better than bounding boxes?

I have a scenario, where I have x million longitude latitude points. When a new long/lat point is added I want to know efficiently which other points are within a user configured distance parameter, ...

how to create image from gis data in C#

I m using C# to pull spatial data from a sql server 2008 database. I m then trying to perform operations on that data, but to start... I want to be able to visualize it. That is, I would like to ...

java api for simple gis computations

I am trying to develop some simple location logic in the server-side portion of a java servlet-based webapp. There are really just two operations that I m interested in: Given a start point (lat/...

does anyone know a good mapinfo forum?

I m new using mapinfo and I am going to work a lot with it. I haven t been able to find a good forum, making it impossible to get community driven assistance. I wish any of you could tell me if there ...

Determining visible area from globe frustum

I m working with a mapping application (worldwind) and trying to determine the minimum and maximum latitudes and longitudes that are currently displayed. I have access to the frustum, but I m not sure ...

热门标签