Hi, Instead of augmenting mapfish-widgets.cfg with mapfishsample-specific things we should create a mapfishsample-specific .cfg file. The deploy script already handles this if I recall correctly. Sylvain can you confirm?
-- Eric ---------- Forwarded message ---------- From: <[EMAIL PROTECTED]> Date: Tue, Jul 1, 2008 at 1:50 PM Subject: [MapFish-Commits] r799 - trunk/MapFish/client/build To: [EMAIL PROTECTED] Author: pgiraud Date: 2008-07-01 13:50:54 +0200 (Tue, 01 Jul 2008) New Revision: 799 Modified: trunk/MapFish/client/build/mapfish-widgets.cfg Log: added some file includes required for toolbar demo Modified: trunk/MapFish/client/build/mapfish-widgets.cfg =================================================================== --- trunk/MapFish/client/build/mapfish-widgets.cfg 2008-07-01 09:43:12 UTC (rev 798) +++ trunk/MapFish/client/build/mapfish-widgets.cfg 2008-07-01 11:50:54 UTC (rev 799) @@ -26,6 +26,9 @@ OpenLayers/Control/MousePosition.js OpenLayers/Control/OverviewMap.js OpenLayers/Control/PanZoomBar.js +OpenLayers/Control/ZoomToMaxExtent.js +OpenLayers/Control/NavigationHistory.js +OpenLayers/Control/Button.js OpenLayers/Control/Scale.js OpenLayers/Handler/Click.js OpenLayers/Handler/Hover.js _______________________________________________ Commits mailing list [EMAIL PROTECTED] http://www.mapfish.org/cgi-bin/mailman/listinfo/commits _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
