Hello,
Part 1.2.3 is aimed at providing main steps to easily install
demoPlugins while part 1.2.4 gives you further informations on
demoPlugin plugins extensions.
If you create a new plugin or adapt an existing one, we guess it will be
helpful to take these plugins extensions for example or use one of these
two resources:
* User HowTo: http://www.cartoweb.org/cwiki/HowTo,
* Dev tutorial new plugins part:
http://www.cartoweb.org/doc/cw3.2/xhtml/dev.newplugin.html.
This was ambigous, i have updated CVS version documentation.
Best regards,
--
Florent Giraud
[EMAIL PROTECTED] a écrit :
Hello,
have you noticed that the installation instruction contains
redundant and confilicting steps ?
When you execute this in 1.2.3 ...:
"
l Import Europe road geodata in PostGIS, create its graph structure
and configure plugin routing database. To do so, simply execute the
demo_routing.sql file, located in the <CARTOWEB_HOME>/projects/
demoPlugins/server_conf/sql directory."
... the demo_routing.sql file creates the Table roads_europe including data
and does the things that are described later in 1.2.4.2.2 (for manual
execution ???):
"
1.2.4.2.2. Graph Importation
The first step is to delete unneeded columns of the table roads_europe_tmp.
To do so, you can type:
$ CREATE TABLE roads_europe (gid int UNIQUE, source_id int, target_id int);
$ SELECT AddGeometryColumn('roads_europe', 'the_geom', -1,
'MULTILINESTRING',
2 );
$ INSERT INTO roads_europe (gid, the_geom) (SELECT gid, the_geom FROM
roads_europe);
The resulting table is so roads_europ..."
So We have to choose. I tried to do both in sequence and created quite a
mess.
Dropping everything and executing only demo_routing.sql gave a functioning
demo.
Werner Meyer
_______________________________________________
Cartoweb-users mailing list
[email protected]
http://lists.maptools.org/mailman/listinfo/cartoweb-users