| 872 | /************************************************************************/ |
| 873 | |
| 874 | int msProjectRect(projectionObj *in, projectionObj *out, rectObj *rect) |
| 875 | { |
| 876 | #ifdef notdef |
| 877 | return msProjectRectTraditionalEdge( in, out, rect ); |
| 878 | #else |
| 879 | return msProjectRectAsPolygon( in, out, rect ); |
| 880 | #endif |
| 881 | } |
| 882 | |
| 883 | /************************************************************************/ |
| 884 | /* msProjectionsDiffer() */ |
no test coverage detected