We need a web application including a map with a lot of custom markers and lines between these markers. This should be implemented using Google Maps API by an external software development company. In order to host the application they told us that we would have to buy ultra high performance server hardware for the rendering of the maps and the layers. I always thought that the map rendering is done by Google Servers and only the results are displayed in the browser as a graphical representation. So is it really necessary to have monster server hardware in order to display a Google Map with some markers and connnections between them? Or are they just trying to make money? Thanks for your help!
|
|
closed as off topic by George Stocker♦ Oct 2 '12 at 15:38
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
No, you just need to save your own data in database or something, all of rendering and map job is done by Google and you just use their API to send them data and they'll return back you rendered map which they are just images . |
|||
|
|
|
The only requirement is a web server to serve your pages to the client and eventually a database server depending on the application's needs. The maps are rendered on the client machine. But this is not a programming question therefore it doesn't belong here. |
|||
|
|