Two way to do it. Indeed, you have the possiblity to use Postgis DB, you can use shp2pgsql to import them in the DB. Other possiblity is to use tile4ms to create tiled layer (more info here : http://mapserver.gis.umn.edu/docs/reference/utilityreference/tile4ms) I never use this, so I can tell you more. The documentation seems quiet complete with screenshot, example, ... try and tell us/me if it is interesting.
Other idea : mapserver limit some parameters, for exemple it limits the number of layers in the mapfile, the number of the symbol, ... Dou looking for if there is a limitation about the size of a layer ? Y. Le Jeudi 8 Juin 2006 11:17, Paul Shapley a écrit : > Hi, > > Yes...this is a 300mb vector (line) layer (shapefile). It needs to be tiled > somehow in Cartoweb. Where is the best place to find information on how to > tile the vector layer?. Is PostgreSQL/PostGIS the best way. > > Regards > > On 08/06/06, Jacolin Yves <[EMAIL PROTECTED]> wrote: > > No idea about your problem. But is it occur only for the 300 mb layer ? > > Don't > > you want to test tiled layers for this layer ? Is a raster layer or a > > vector > > layer ? > > > > Regards, > > > > Y. > > > > Le Jeudi 8 Juin 2006 10:47, Paul Shapley a écrit: > > > Re-posted > > > > > > ---------- Forwarded message ---------- > > > From: Paul Shapley <[EMAIL PROTECTED]> > > > Date: 07-Jun-2006 09:23 > > > Subject: SoapFault::$faultcode error > > > To: [email protected] > > > > > > Hi Everyone, > > > > > > Can someone identify the error when trying to zoom into detailed > > > > landline > > > > > data some 300mb in total, which (is not using postgis yet). > > > > > > > > > > > > > > > > > > Failure > > > > > > Class : CartocommonException > > > Message : Error [8, Undefined property: SoapFault::$faultcode, > > > c:\wamp\www\cartoweb3\client\CartoserverService.php, 40] > > > Backtrace: > > > > > > file: 40 - c:\wamp\www\cartoweb3\client\CartoserverService.php > > > call: Common->cartowebErrorHandler(8, "Undefined property: > > > SoapFault::$faultcode", > > > "c:\wamp\www\cartoweb3\client\CartoserverService.php", 40, Array(1)) > > > > > > file: 105 - c:\wamp\www\cartoweb3\client\CartoserverService.php > > > call: SoapFaultWrapper->__construct(Object(SoapFault)) > > > > > > file: 156 - c:\wamp\www\cartoweb3\client\CartoserverService.php > > > call: CartoserverService->callDirect("getMap", Object(MapRequest)) > > > > > > file: 224 - c:\wamp\www\cartoweb3\client\CartoserverService.php > > > call: CartoserverService->callFunction("getMap", Object(MapRequest)) > > > > > > file: 763 - c:\wamp\www\cartoweb3\client\Cartoclient.php > > > call: CartoserverService->getMap(Object(MapRequest)) > > > > > > file: 876 - c:\wamp\www\cartoweb3\client\Cartoclient.php > > > call: Cartoclient->getMapResultFromRequest(Object(MapRequest)) > > > > > > file: 1011 - c:\wamp\www\cartoweb3\client\Cartoclient.php > > > call: Cartoclient->doMain() > > > > > > file: 38 - c:\wamp\www\cartoweb3\htdocs\client.php > > > call: Cartoclient->main() > > > > > > file: 3 - c:\wamp\www\cartoweb3\htdocs\wholeborough.php > > > call: require_once("c:\wamp\www\cartoweb3\htdocs\client.php") > > > > > > > > > > > > > > > [image: back] > > > <http://localhost/cartoweb3/htdocs/WholeBorough.php?reset_session> > > > > -- > > Yves Jacolin > > http://yjacolin.gloobe.org > > ---- > > Stagaire Conservatoire Régional des Espaces Naturels de la région Centre > > http://cahiersnaturalistes.free.fr/cpnrc/ > > ---- > > - Qu'est-ce que cela peut faire que je lutte pour la mauvaise cause > > puisque je suis de bonne foi? > > - Et qu'est-ce que ça peut faire que je sois de mauvaise foi > > puisque c'est pour la bonne cause. (Jacques Prévert) > > > > _______________________________________________ > > Cartoweb-users mailing list > > [email protected] > > http://lists.maptools.org/mailman/listinfo/cartoweb-users -- Yves Jacolin http://yjacolin.gloobe.org ---- Stagaire Conservatoire Régional des Espaces Naturels de la région Centre http://cahiersnaturalistes.free.fr/cpnrc/ ---- - Qu'est-ce que cela peut faire que je lutte pour la mauvaise cause puisque je suis de bonne foi? - Et qu'est-ce que ça peut faire que je sois de mauvaise foi puisque c'est pour la bonne cause. (Jacques Prévert) -- Yves Jacolin http://yjacolin.gloobe.org ---- Stagaire Conservatoire Régional des Espaces Naturels de la région Centre http://cahiersnaturalistes.free.fr/cpnrc/ ---- - Qu'est-ce que cela peut faire que je lutte pour la mauvaise cause puisque je suis de bonne foi? - Et qu'est-ce que ça peut faire que je sois de mauvaise foi puisque c'est pour la bonne cause. (Jacques Prévert) _______________________________________________ Cartoweb-users mailing list [email protected] http://lists.maptools.org/mailman/listinfo/cartoweb-users
