giovedì 24 novembre 2011

Using OLE for Feature Editing in MapFish | geops.de

This article will show how to use OLE to provide feature editing and feature creation within MapFish. It does not rely on ExtJS and GeoExt that are often associated with MapFish.

Link

martedì 22 novembre 2011

Data-Driven Documents: d3.js

D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.

link