"Web mapping is the process of designing, implementing, generating and delivering maps on the World Wide Web ..."
36
votes
12answers
3k views
How to Start Web Mapping?
I know I want to start working on a web map at work. We'll be mapping some of our statistics by city.
I have an idea, but I'm not exactly sure where to start. Are there any definitive resources ...
87
votes
14answers
23k views
Comparison of JavaScript mapping libraries?
I am working on a web-based mapping system and I'm trying to figure out the best/most appropriate library to use. There are a few of them about and they each have pros and cons. Even after trying a ...
17
votes
4answers
1k views
How do GIS web apps work?
I am completely new to GIS and therefore have questions regarding how the GIS Web development should be made, because the entire concept still confuses me.
So, imagine I have a map. And by this, i ...
33
votes
3answers
4k views
Openlayers Animation Examples and Algorithms
i wonder for a long time if people in this community uses openlayers for animation needs.
we have know this that animating on browser is a little bit exhausting for it but when a map meets with ...
15
votes
4answers
3k views
Maximum number of point features in an OpenLayers vector layer
In your experience, how many point features can be added to an OpenLayers vector layer (new OpenLayers.Layer.Vector("Point Layer")) before it goes unusably slow?
My use case is to display points from ...
12
votes
2answers
2k views
How can I switch baselayers as a user zooms in to the map in OpenLayers
I have a map which overlays Open Street Map data on imagery for Pennsylvania. As a baselayer to the roads (and eventually other layers) I have two baselayers - Blue Marble NG and USGS EROS 1ft ...
2
votes
4answers
980 views
List of Map Service Software
I am curious as to what GIS server software is out there. I have used a few different ones and am building a list of them. If you know of any others please mention it below because I would like to ...
19
votes
7answers
6k views
Options for displaying PostGIS vectors in OpenLayers
I am very new to web-mapping, so this question may be a little misguided.
I want to have a very simple web interface using OpenLayers (or even Google Maps if that will be easier) which can display a ...
7
votes
4answers
453 views
Building a disconnected web based mapping application
I have been tasked with building a disconnected, web-based mapping application. It must run in a browser, but it will run on a disconnected Windows based laptop. It needs to be able to do simple map ...
8
votes
10answers
2k views
Web GIS Development Skill Sets [closed]
What technologies and skill sets should one who wants to do web GIS development study/acquire?
One skill/technology per answer please.
17
votes
3answers
835 views
Alternatives to ArcGIS Online?
I am considering purchasing ArcGIS Online for a group of users who currently use about 5% of ArcGIS capabilities (ArcMap, simple map creation and information display) about 80% of the time. Primary ...
18
votes
5answers
823 views
Looking for a developer-friendly web gis
I'm a recent Computer Science graduate who prides himself in his knowledge of software development and problem solving, but has no idea how gis systems work.
(Read: I'm a programmer)
I've been ...
14
votes
5answers
1k views
What are my options for 3D web Maps?
I wish to have a Online 3D Map, which would show my Data, i.e both Raster and Vector, draped on a DEM that I have.
Due to the requirements of using my own DEM & Raster data, Google Earth API is ...
10
votes
5answers
1k views
Looking for a FREE Cloud based 'Web Mapping Stack' Host
Any pointers to free cloud-based geoweb hosts? Use case: To display a basic interactive web map in Leaflet/ OpenLayers with data hosted in PostGIS served by GeoServer. I am looking at something very ...
12
votes
10answers
616 views
GIS and natural disasters - examples of geo-visualizations and geospatial analysis
I stumbled upon NY Times' web map of deaths from tornadoes in US.
Can you point me to some more interesting examples of geo-visualization and/or geospatial analysis of natural disasters and their ...
6
votes
7answers
996 views
Where/How to Learn about Getting Started with Web GIS [duplicate]
Possible Duplicate:
Steps to Start Web Mapping
Does anyone know of any classes or resources where I could learn about WebGIS? I'd like to learn the steps and technology involved. I'd be ...
10
votes
3answers
935 views
Understanding web mapping tools
Before I start, this is going to be a general question but with specific cases. I've been trying to understand GIS tools and applications to achieve the following:
Build my own basemap
Publish the ...
4
votes
3answers
1k views
Animate feature in openlayers
In my map web app, I have a play pause button that show vehicle route history.I get lat lon from database and create route that vehicle traverse.
At below site go to history tab after and choose ...
10
votes
4answers
753 views
Completely Brand New to GIS - Help picking technology from the pros
I'm new to GIS and need to learn for an internship. I've been reading a lot and now need help picking technologies to use... particularly the map serving tech.
Project Requirements -
Free
Web ...
7
votes
6answers
510 views
Maps zoomed around specific locations (magnifying glass effect)
How do I create a static map where the scale varies based on location?
Example: to drive from a specific location X in Albuquerque to a
specific location Y in Chicago, I want to "zoom" around X and ...
4
votes
1answer
259 views
What is the best way to connect spatial data with attributes in Excel table?
I have many attributes which are stored in an Excel table. They refer to USA counties. I need to somehow connect those attributes to polygons in some format (don't know which is the best) and ...
2
votes
3answers
2k views
Render vectors from OSM data in POSTGIS database
I'm a newbie when it comes to mapping application. I had successfully loaded my OpenstreetMap data in a Postgresql/PostGIS database. Now my problem is how to render the vector data (the POI's, ways, ...
8
votes
1answer
363 views
How to change the base map in Ushahidi?
Fascinated by the idea of a 'crowd map' and 'citizen journalism', I've been perusing Ushahidi and it should serve me well. I would like to emulate it except for - the base map.
I would prefer a ...
6
votes
5answers
852 views
Effectively displaying a large amount of data on Google Maps APi
I have about 20 layers that I'd like to put on a Google maps API. I assume I'll need some form of a tile cache server and perhaps under mapserver or geoserver. These layers amount to about 400mb so ...
4
votes
2answers
682 views
What are the key features of a web map?
In response to comments, I'll rephrase the question:
We're building a web based mapping and data querying system. The data are at several different scales, and should be queryable at these scales. ...
2
votes
2answers
3k views
Access-Control-Allow-Origin error in web map
I am having trouble getting a WFS layer working using Geoserver, OpenLayers and GeoExt.
I get the following error:
XMLHttpRequest cannot load http://10.0.0.155/geoserver/wfs. Origin ...
35
votes
7answers
5k views
How to create Vector Polygons at the same amazing speeds GISCloud is able to render them?
EDIT (outlining new bounty added):
I have added the largest bounty possible to this question in hope of getting a very detailed answer. Your solution should outline a step-by-step guide utilizing open ...
27
votes
10answers
4k views
What is the state of the art in html5 geospatial applications?
I am very interested in the html5 canvas element for maps; work like Cartagen from an MIT Media Lab researcher looks very promising, for example. There is some interesting SVG based work at ...
16
votes
4answers
546 views
Advice on a generic open-source package roadmap
I just wanted to ask an advice from the open source GIS gurus on a recommended stack to use for my envisioned project, as I do not fully understand the limits of the possible with most packages. I ...
18
votes
4answers
749 views
Professionally, how did you make the jump from GIS Technician/Analyst to GIS Web Map Developer/Programmer
I am a GIS Analyst at work that dabbles in python scripting in ArcGIS and the Google Maps JavaScript API V3. My professional goal is to either be in web mapping development or desktop/server GIS ...
30
votes
4answers
3k views
Why has Web Mercator (auxiliary sphere) become the web map standard?
I understand what the difference is between the Web Mercator projection and Web Mercator Auxiliary Sphere (WMAS). I also understand that both Google and Esri have adopted this projection as their ...
13
votes
3answers
829 views
Best practices for visualising clustered features in web maps?
I'm looking for the best symbol to display clustered features in the ArcGIS Server JS API.
I don't like the "fly-out" animated cluster symbol, as used in the Silverlight API clustering or the JS ...
12
votes
3answers
5k views
How to georeference a web mercator tile correctly using gdal?
As an example I will take the following tile http://a.tile.openstreetmap.org/3/4/2.png and save it as "4_2.png".
The WGS84 coordinates of this tile can be calculated or read there by clicking the ...
8
votes
4answers
340 views
What is the best web editor and server for postgis?
I'm looking for a web editor (similar to openstreetmap) that works with an map Server (postGIS). This should permit edit and create new structures on map. What is the best option?
Can you help me?
...
14
votes
4answers
348 views
Is there a FOSS solution for legend parsing in a web mapping environment?
Our web mapping requirements are fairly standard - some basic querying and the ability to print out the resulting map (or save the image). Typically we've used ESRI products in the past (right now ...
14
votes
2answers
273 views
Toward a protocol for encoding vector data as image
This is a follow up to this question: How to create Vector Polygons at the same amazing speeds GISCloud is able to render them?
In his answer, Yagi outlines a rationale for encoding geographic ...
11
votes
2answers
3k views
OpenLayers alternatives supporting more client-side features
I am considering different architectures for a system that will ideally use client-side rendering for point features and must be plugin-free. I have been using this application developed in response ...
9
votes
4answers
944 views
What is a “mashup”?
GIS users mix spatial data layers from an early age of GI science.
What is new in the concept of "mashup"?
Is it something really new, or only a trendy word?
6
votes
3answers
613 views
30,000 data points… can this be reasonably served using openlayers?
I'm trying to tackle a web GIS problem and need to figure out the best strategy. I have a map with 30,000 cells on it forming a grid for the province of Alberta. I have a list of data points for ...
6
votes
2answers
219 views
How could I crowdsource spatial data with online clickable map?
Here in northern Tanzania we are experiencing a huge westward butterfly migration - originally those of us who saw it thought it was local but it turns out that it's very widespread. We're getting ...
4
votes
2answers
1k views
EPSG 3857 or 4326 for GoogleMaps, OpenStreetMap and Leaflet
The discussion at What is the difference between WGS84 and EPSG4326? shows that 4326 is just the EPSG identifier of WGS84..
Wikipedia entries for Google Maps and OpenStreetMap shows that they both ...
4
votes
3answers
757 views
Developing Web Application For Map
I have huge data of maps usually most of the table are co-ordinates and the other are raster maps stored in SQL server 2008 and PostGres Server. I am using desktop application to analyse the data. ...
12
votes
4answers
430 views
How to create spatial tag clouds or “tag maps”?
I'm looking for implementations of spatial tag clouds or "tag maps". Some papers I found talk about a Yahoo Tag Maps API, but I couldn't find any such thing.
I'd prefer OpenLayers-based solutions, ...
9
votes
4answers
2k views
Looking for a Table of Contents sample for the ArcGIS Server JavaScript API
Where can I find an example of a Table of Contents control to plug into the ArcGIS Server JavaScript API 2.3? Ideally it should support feature/dynamic/tiled layers; show symbology; and allow grouped ...
6
votes
1answer
1k views
Using local mbtiles in openlayers?
--The problem--
I've successfully added mbtiles from Mapbox free online source to OpenLayers, but cannot figure out how to get the mbtiles I've created/stored locally to show up in OpenLayers.
--The ...
6
votes
2answers
891 views
Restrict pan and zoom in ArcGIS Javascript API?
I'm creating a web map of a university campus. I have the map functioning, but I don't want to be able to pan off of the basemap, into whitespace. Do you know of a function that will auto-pan the ...
4
votes
1answer
1k views
How to serve local maps for an offline HTML5 webmapping app?
How could one serve maps (tiles in wherever format possible) within a Android device to be consumed by an offline webmapping app also accessed within the device's browser?
3
votes
2answers
233 views
Design question: what's the role of WFS-T in this kind of webapp?
I have more experience in "traditional" (Java EE) webapp development, and I am trying to figure out a decent design for a mapping web application.
My application has a map, and users can see and edit ...
3
votes
8answers
6k views
How to create an interactive map with JQuery and HTML?
I want to develop a map in JQuery and HTML. It needs to show world country borders. It must be enabled mouse hover effect and also popup (when mouse over) in which I can add my own text.
What JS ...
7
votes
3answers
554 views
Are there open-source alternatives to ArcGIS online that can be hosted on my own server?
I know this might be too broad topic. But I am looking for web-GIS portal similar to ArcGIS online that is self-installable (configurable) to be hosted in my private server. The main features should ...


