webadf: Select buffer and projections
This use to work for 2 days ago. and it now stop working.
When selected a object you have the option to make a buffer around it and do a new selection. Since a day or two this function stopped working. I transported my working site (a few days ago) form test server to production server and there the problem doesn't occur. I transported back from production to test server an problem still there on the test server.
The problem also occurs on the draw buffer tool (this didn't work ever). The log complains about this (in dutch).
coordinaatsysteem heeft geen geldig WKT coordinaat systeemdefnitie: "PROJCS["NAD_1983_UTM_Zone_31",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",3,0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]".
I'm using webadf, web_mecator map services (data frame) with data in RD_new. and bing maps.
Any solution ? pointers to look at ?
-
Hi Chris,
The WKT parsers that we use are picky when we aren't using the Invariant (en-US) locale for numbers.
I think it is complaining about the Central_Meridian parameter, which is "3,0". If you use "3.0" instead (a point instead of a comma) then you shouldn't get this message.
Regards,
-Malcolm
0 -
Hi Malcolm,
It's definitely a culture problem. Have tested it and it now works. But a new problem comes along..
culture: US English works for the projection error. UI culture dutch. I believe the last one is for the User interface? Setting this will not set the language of the application.
so having culture English and UI culture Dutch will result in an English website.
Do system regional settings on the server also interfere ?
0
Please sign in to leave a comment.
Comments
2 comments