26 | | however, the server doesn't support ordered rendering. The only work around currently[[BR]] |
27 | | is to break road networks into separate layers. |
| 26 | however, the server doesn't support ordered rendering. |
| 27 | |
| 28 | There are three possible known work arounds:[[BR]] |
| 29 | |
| 30 | 1. Break the road networks into separate layers.[[BR]] |
| 31 | 2. Render the roads using composite type styles and specify the RenderingPass appropriately (see [http://trac.osgeo.org/mapguide/wiki/MapGuideRfc29 RFC 29] for details).[[BR]] |
| 32 | 3. Set up the data source so that it returns readers with the features in the correct draw order.[[BR]] |
| 33 | |