Re: [mapguide-users] bug correction for MG 3.0 install script (mginstallubuntu.sh)

2015-01-25 Thread Ricardo Pinho
Hi Jackie, Yes, the included #!/bin/bash is supposed to over right the initial command. If you noted, my first try was to run the original script with bash command instead of sh, but it didn't work. We can prove it by running the script, after changing the first line to #!/bin/bash, with sh

Re: [mapguide-users] mapguide 2.6 MSVC 2012 Compiler for GDAL

2015-01-25 Thread Jackie Ng
Just a reminder that MapGuide also has its own GEOS.dll. Are you sure the GDAL plugins are loading the right one? - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-2-6-MSVC-2012-Compiler-for-GDAL-tp5168554p5183612.html Sent from the MapGuide Users mailing

Re: [mapguide-users] EPSG:3763 missing in Mapguide Open Source

2015-01-25 Thread Ricardo Pinho
Thank you Jackie for the advice, I will try to get some help there. I've checked before, but not even the last version of CSMAP (14.02) includes EPSG:3763: http://svn.osgeo.org/metacrs/csmap/branches/14.02/CsMapDev/Dictionaries/coordsys.asc (just found epsg: 3760) On the other hand (on the same

Re: [mapguide-users] bug correction for MG 3.0 install script (mginstallubuntu.sh)

2015-01-25 Thread Ricardo Pinho
You're welcome! ;) 2015-01-25 12:36 GMT+00:00 Jackie Ng jumpinjac...@gmail.com: Happy to take patches in this regard. :) - Jackie ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] mapguide 2.6 MSVC 2012 Compiler for GDAL

2015-01-25 Thread GordonL
Still working on it. Getting DLL errors with GEOS.dll http://osgeo-org.1560.x6.nabble.com/file/n5183610/mgos_ecw.png Each of the gdal plugins are looking for something in the geos.dll that is not there I guess. ERROR 1: Can't load requested DLL: C:\Program

Re: [mapguide-users] bug correction for MG 3.0 install script (mginstallubuntu.sh)

2015-01-25 Thread Jackie Ng
Happy to take patches in this regard. :) - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/bug-correction-for-MG-3-0-install-script-mginstallubuntu-sh-tp5183550p5183596.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] mapguide 2.6 MSVC 2012 Compiler for GDAL

2015-01-25 Thread GordonL
Not really. Should we replace the one that mapguide uses with the GDAL one? gordon -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-2-6-MSVC-2012-Compiler-for-GDAL-tp5168554p5183657.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Corrupted .idx files for shp file connections

2015-01-25 Thread GordonL
I have found with some SHP files. If you create a Thematic Layer or a Filter that uses a column that either has no data or that particular filter item does not exist, I get a corrupt idx. For example, I get a corrupt idx if I theme my roads.shp layer if I have one item in my thematic layers

Re: [mapguide-users] EPSG:3763 missing in Mapguide Open Source

2015-01-25 Thread GordonL
I'm curious, when you put the WKT into your data source, can you use it in your map, do it require to be registered? http://osgeo-org.1560.x6.nabble.com/file/n5183660/3763.png -- View this message in context:

Re: [mapguide-users] Initial map unit in degrees

2015-01-25 Thread GordonL
I think you have to tweak your ViewOptions.. http://osgeo-org.1560.x6.nabble.com/file/n5183662/degrees.png -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Initial-map-unit-in-degrees-tp5183224p5183662.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] mapguide-rest feedback

2015-01-25 Thread GordonL
I found a jQuery work-around for sorting the json... $(#address).autocomplete({ delay: 0, source: function( request, response ) { $.ajax({ url: /mapserver2015/rest/library/Samples/Sheboygan/Layers/Parcels.LayerDefinition/features.geojson, dataType: