Sponsored Links

Feature Articles
Dracones, a Component Framework for MapServer PDF Print E-mail
Written by Christian Jauvin   
Monday, 22 February 2010 12:35

In this article, Christian Jauvin describes the Dracones Framework for MapServer, and the DraconesPH application that is based on this framework.

MapServer is a widely used open source GIS platform, especially useful in web environments. It is written in C, and has two primary modes of usage: through a CGI script, or in a more programmatic manner, via MapScript, a set bindings for many programming languages. Both methods are based on MapFiles, which contain specifications and parameters for a map (which can be based on a shapefile for instance), written in a declarative mini-language. The basic working of MapServer can be abstracted in an easy way: you give it a MapFile as its input, and it produces in return a (static) image of the resulting map (usually via a web server), which a client application is then free to manipulate in any useful way.

Last Updated on Monday, 22 February 2010 17:04
 
Technical Overview: Google Maps Data API PDF Print E-mail
Written by Richard Marsden   
Monday, 08 February 2010 08:40

The Google Maps Data API is a web service that allows client applications to view, store, and update  map data for Google Maps, using the Google Data API. Data is stored in the form of individual features and collections of features.

Full pricing information has yet to be released, but the service is currently free for publically-visible data.

 
Spatial and Attribute Queries with the ArcGIS Server JavaScript API PDF Print E-mail
Written by Eric Pimpler   
Monday, 25 January 2010 10:10

This article was previously published on GeoChalkboard, and has been reproduced here with permission. GeoChalkboard is published by Geospatial Training Services who provide a range of geospatial web courses.

With the ArcGIS Server Query Task you can perform attribute and spatial queries against data layers in a map service that has been exposed. You can also combine these query types to perform a combination attribute and spatial query. Some examples would perhaps be illustrative at this point. An attribute query might search for all land parcels with a valuation of greater than $100,000. A spatial query could be used to find all land parcels that intersect a 100 year floodplain, and a combination query might search for all land parcels with a valuation of greater than $100,000 and whose geometry intersects the 100 year floodplain. In this article we’ll take a look at the mechanics of querying data from a map service using the ArcGIS Server JavaScript API.

Last Updated on Monday, 25 January 2010 10:11
 
Polar Maps and Projections: Part 1, Overview PDF Print E-mail
Written by Richard Marsden   
Monday, 11 January 2010 10:30

With the success of my earlier series on global equal area map projections (starting with this overview), I received a number of requests to produce a similar how-to article for polar maps. The first part of this article (published here) provides an overview of a number of different map projections commonly used for polar maps. Next week, I shall provide a guide to producing a working map of the northern hemisphere centered on the North Pole, using the Stereographic Projection.

The results of these articles can be seen in the new Polar Projections section of the Equal Area Maps website. Note that only one of these polar projections actually has the equal area property.

Last Updated on Monday, 18 January 2010 07:51
 
Technical Overview: MapGuide PDF Print E-mail
Written by Richard Marsden   
Monday, 01 February 2010 13:49

MapGuide is a web-based map platform that includes both server and client components. It is currently available in two forms: "MapGuide Open Source" from the Open Source Geospatial Foundation (OSGeo) under the Lesser GPL license; and as "Autodesk MapGuide for Enterprise" directly from Autodesk.

Last Updated on Tuesday, 02 February 2010 15:23
 
Polar Maps and Projections: Part 2, Implementation PDF Print E-mail
Written by Richard Marsden   
Monday, 18 January 2010 09:27

The first part of this article looked at different ways of producing polar maps and surveyed a number of different azimuthal projections that are often used for polar maps.

In this second part, I produce a working implementation using UMN MapServer and OpenLayers. The working implementations can be found in the Polar Map section of Equal-Area-Maps.com .

 
Display ArcGIS Server Query Results in a Dojo DataGrid PDF Print E-mail
Written by Eric Pimpler   
Monday, 04 January 2010 14:41

This article was previously published on GeoChalkboard, and has been reproduced here with permission. It was originally published as two separate articles which have been combined here to emphasize their relevance to the geospatial web. GeoChalkboard is published by Geospatial Training Services who provide a range of geospatial web courses.

Many ArcGIS Server applications need to be able to query data from a map service and display the results in a tabular structure. In this post I will show you how to use the DojoX DataGrid along with ItemFileReadStore and QueryTask from the ArcGIS Server JavaScript API to display your query results in a tabular structure. The process is really quite simple once you understand the basic concepts.

Last Updated on Monday, 04 January 2010 14:49
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 1 of 11