Wrt the license, the source code says GPL: /* * Copyright (C) 2007 Camptocamp * * This file is part of MapFish * * MapFish is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * MapFish is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with MapFish. If not, see <http://www.gnu.org/licenses/>. */ Best regards, Bart
-- Bart van den Eijnden OSGIS, Open Source GIS http://www.osgis.nl --------- Oorspronkelijk bericht -------- Van: Cameron Shorter <[EMAIL PROTECTED]> Naar: Eric Lemoine <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] ML <[email protected]> Onderwerp: Re: [OpenLayers-Dev] MapFish Datum: 30/10/07 00:13 > Eric, > Looks very interesting. > > Quick questions. > I couldn't find a reference to a license on the home page. What will you > be using? > > My first thoughts when I look between server and client is "Should > standard protocols be used". Do you see use of OGC Standards to be > appropriate here? > Or are some of your interfaces appropriate to put forward as a standard? > > Eric Lemoine wrote: > > Hi OpenLayers dev! > > > > The Camptocamp team will soon be releasing the first version of MapFish > > (previously known as CartoWeb 4). Before the official (user) release, we want > > to make MapFish available to developers, and in particular to the OpenLayers > > dev community. > > > > Keep in mind that this isn't a release, there's still things to be done, > > including documentation and bug fixing. > > > > MapFish aims to be an easy-to-use and extensible web GIS application. MapFish > > is composed of two parts: MapFish Client and MapFish Server. MapFish Client is > > based on OpenLayers. > > > > For MapFish Client we've decided to move away from Dojo and use Ext [1] instead > > as the GUI framework. We're quite pleased with this change, Ext gives us > > satistaction in many respects: features, look and feel, documentation. > > Our move to Ext isn't complete yet. > > > > MapFish Server currently provides Python code based on gispython.org [2] > > Shapely and GeoJSON. The MapFishSample code base provides examples on > > how to use MapFish Server's Python code. MapFishSample uses the Pylons > > framework [3], with SQLAlchemy [4] as the ORM. With MapFish Server, we > > plan to build a a complete webmapping framework based on Pylons. Note > > also that MapFish Server aims to be RESTful and as compatible as > > possible with FeatureServer. > > > > You can visit <http://www.mapfish.org> to know more about MapFish, check out > > our demos, access the download page, register to the trac, register to the > > mailing lists, etc. > > > > We're looking forward to your feedback, > > > > [1] <http://extjs.com/> > > [2] <http://gispython.org/> > > [3] <http://pylonshq.com/> > > [4] <http://www.sqlalchemy.org/> > > > > -- > > The MapFish dev team > > _______________________________________________ > > Dev mailing list > > [email protected] > > http://openlayers.org/mailman/listinfo/dev > > > > > > > -- > Cameron Shorter > Geospatial Systems Architect > Tel: +61 (0)2 8570 5050 > Mob: +61 (0)419 142 254 > > Think Globally, Fix Locally > Commercial Support for Geospatial Open Source Software > http://www.lisasoft.com/LISAsoft/SupportedProducts.html > > _______________________________________________ > Dev mailing list > [email protected] > http://openlayers.org/mailman/listinfo/dev > > _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
