Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a reasonly priced map API solution for a startup?

I've been developing my application with Google Maps and the wonderful rails plugin for it, expecting to find that when I put my app into production that the commercial licensing wouldn't be too expensive.

Then I found out it cost $10,000/year, no exceptions so far.

http://www.47hats.com/2009/07/google-maps-the-10k-gotcha/

That's not a terrible price to pay for unlimited usage when your site becomes successful, but for those of us trying to build something from the ground up, that's a hefty price to pay. I've looked at Bing and Yahoo but they're very wishy-washy with what ballpark the pricing is. That on top of the fact I have to ditch my nice rails plugin YM4R for Google maps...

Is anyone out there using a map API solution that doesn't cost an arm and a leg to get started with in a commercial aspect? I don't mind not using a plugin, I just need something that will work and is cost affordable in the beginning.

like image 867
Kevin Avatar asked May 29 '10 22:05

Kevin


2 Answers

CloudMade has been recommended in this previous question. Have a look at their pricing.

like image 95
Pascal Thivent Avatar answered Nov 10 '22 03:11

Pascal Thivent


My personal opinion would be to use the effective "standard" OSS libraries that form this type of stack.

OSGEO has a bunch of resources for exactly this.

PostGIS (database)
Apache (webserver)
MapServer (WMS compliant GIS server)
OpenStreetMap (the maps you'll need)
OpenScales or OpenLayers (Flex or JS API)

Total cost: a few hours of setup.

like image 21
iivel Avatar answered Nov 10 '22 03:11

iivel