-
-
Notifications
You must be signed in to change notification settings - Fork 382
Tracking issue for RFC 91 #4974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@sdlime looks like
@msmitherdc -- checking on it... --Steve |
@sdlime also, the quoting of all identifiers for oracle is creating some backwards incompatibility issues. When quoted, oracle uses the case of identifiers, so users will have up upcase their identifiers. I think we should only quote when the escape ("") character is present. |
@msmitherdc, I take it you are referring to the msLayerEscapePropertyName() function. I don't think we should monkey with the default version defined in maplayer.c. You should instead create an Oracle specific version that does what you need and register that in the Oracle driver vtable. --Steve |
@sdlime ok, got the identifier issue worked out. |
@sdlime looks like the CLUSTER keyword doesn't work for me in 7/rfc91. I get these items being treated as columns. This happens with Oracle backend, OGR, and shapefiles. Error: Example layer definition:
|
Expressions should be unaffected by RFC 91 although there were some modest changes to msWhichItems(). Can you post the full mapfile. Steve From: Michael D. Smith [notifications@github.com] @sdlimehttps://github.com/sdlime looks like the CLUSTER keyword doesn't work for me in 7/rfc91. I get these items being treated as columns. This happens with Oracle backend, OGR, and shapefiles. Error:[Sun Sep 7 07:56:29 2014].44203 msDBFGetItemIndex(): DBASE file error. Item 'Cluster:FeatureCount' not found. Example layer definition: LAYER — |
Full mapfile
|
@sdlime link with data etc http://1drv.ms/1rqq1D7 |
@sdlime ok, there is no issue with clusters, its a documentation issue. with (szekerest@794cdcc) the syntax was changed from using a colon (:) to an underscore (_). And thats not in the docs. I'll open a doc ticket about it. |
Whew... From: Michael D. Smith [notifications@github.com] @sdlimehttps://github.com/sdlime ok, there is no issue with clusters, its a documentation issue. with (szekerest@794cdcchttps://github.com/szekerest/mapserver/commit/794cdcc64620d2c1958bfede5ec1c5424c0592de) the syntax was changes from using a colon (:) to an underscore (_). And thats not in the docs. I'll open a doc ticket about it. — |
…tangle (MapServer#4974) * Reprojection of BBOX to layer SRS should be done as a rectangle to avoid capturing too many features. Improves wfsogr10_twolayer.xml * Also add a hack from -180,-90,180,90 BBOX when reprojecting to a projected SRS.
…#4974) Should fix wfsogr10_twolayer.xml
Make following tests to pass : wms_get_map_sld_proj.png, wms_get_map_multi_polygon_filter.png, wms_get_map_multi_polygon_filter_postgis.png
Fix post RFC91 issues in mapogcsld.c (#4974)
We can close this one now, yay! |
This is a tracking issue for merging RFC 91 branches into master.
http://mapserver.org/fr/development/rfc/ms-rfc-91.html
The text was updated successfully, but these errors were encountered: