Archive for the ‘GIS’ Category

Serving your map tiles 30 times faster

Recently I’ve been experimenting with TileStache tiles caching system, which is similar to TileCache and other tile caching systems in scope. TileStache revealed itself as a powerful and flexible product and was very good to cache tiles generated with my Django-backed mapscript-powered WMS server. Caching and serving tiles with TileStache was by far faster then [...]

(more...) »

TileStache Vector simplify provider

Cropped thumbnail

This is the third part of the story that I started with part 1: Polymaps, TileStache and SVG CSS styling issues part 2: TileStache Django tiny wrapper during my experiments I wanted to reach the goal of minimize both the bandwith consuption and the number of vector coordinates that the browser needs to handle, this means that [...]

(more...) »

TileStache Django tiny wrapper

This is the second part of the story about my experiments with the wonderful TileStache that I started with TileStache and Polymaps SVG experiments. First, I would like to thank Michal for the quick patch inclusion, the Polymaps patch is still waiting for the pull and the Django admin patch is awating for somebody to [...]

(more...) »

Polymaps, TileStache and SVG CSS styling issues

A few days ago I started playing with Polymaps and TileStache, two very promising WebGIS building tools. The final goal of this experiments was the integration with Django. Polymaps Polymaps is a Javascript library aimed to display svg maps in a web page, recently I’ve watched to an interesting talk about a Django-powered app built [...]

(more...) »

QGIS Zuerich hackmeeting

Cropped thumbnail

Last november I participated to the international QGIS programmer’s meeting in Zuerich. It was a great opportunity to meet the QGIS developers I already knew from the previous meeting in Lisbon, and to know new interesting people. QGIS is quickly becoming one of the most important free software packages for GIS processing, I participate to [...]

(more...) »

OpenStreeetMap and OpenCycleMap extent bookmarklet

Cropped thumbnail

Today I wrote a simple bookmarklet to get the map extent in EPSG:4326 from the wonderful OpenCycleMaps.org website. It also works on the OpenStreetMap.org website. You can just right-click and save it on your bookmarks, the click on the bookmark while in the OpenCycleMap site and a popup will appear with the extent coordinates printed [...]

(more...) »

GeoExt debug build

How to build an uncompressed debug version of GeoExt.

(more...) »

GeoContent Joomla component ready for 1.7, 2.5 and newer

Cropped thumbnail

GeoContent Plus is a Joomla! 1.7.x and 2.5.x component that let you easily embed beautiful Google Maps or OpenLayers Maps into your Joomla! 1.7.x and 2.5.x website.

GeoContent gives a geographical dimension to your Joomla! website.

(more...) »

QGIS hackmeeting 2011

Cropped thumbnail

Last week I participated to the QGIS hackfest in Lisbon. It was a wonderful opportunity to meet a lot of interesting people, most of whom I’ve only known by email or chat.

(more...) »

Right click map control in OpenLayers

Thanks to a post in Spatial Notes Blog I’ve finally found a cross-browser way to handle right click on an OL map, I’ve been using an homebrew solution only to discover how it did not work correctly in MSIE. The proposed solution involves a custom control subclass and the standard OL machinery, the MSIE oddities [...]

(more...) »