2
votes
2answers
47 views

Webservices for GPS (Upload on DB and display it)

i'm doing an application where my users would be able to upload their gps tracks. My idea is to put their tracks on mysql database and display it on appropriate map. Question:How can i do that? My ...
0
votes
1answer
58 views

Why 'Transparent' Parameter in OpenLayers is a Server Side Property?

There are four parameters for WMS Layers : Name, URL, Server Side Params, OpenLayer Options. And Transparent Parameter comes under Server Side Params. Does it mean that transparent images are ...
0
votes
1answer
68 views

Populating Dropdown based on Geoserver service

I am new to web programming here. I have a table which has multiple columns including: Restaurant Name,Restaurant Id, Lat, Lon, City, District, Country. My requirement is to build a web client using ...
0
votes
0answers
70 views

How to create a collaborative mapping website?

I have read about webservers, static and dynamic pages, cgi-bin... I can create a simple web mapping service in which a map with layers and controls will be there. And now I want to provide login ...
3
votes
2answers
153 views

What are the requirements for building a Web Mapping and analysis Site?

I want to make a site like bhuvan in which it can provide different layers of information and also tools for performing GIS analysis I know three main requirements : client side scripting ...
0
votes
2answers
339 views

apache vs lighttpd vs nginX as OpenLayers / GIS Server

How is using one of the above technologies to host an Openlayers-based GIS application? My investigation with apache and lighttpd showed that apache is not the best for heavy load environments. In ...