Re: [mapguide-users] MapGuide Server issues

2018-12-10 Thread frieda
Yes that’s solved my problem, erverything works fine now. Thank you very
much. 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Fusion Single File Compress

2018-12-10 Thread Jackie Ng
The correct workflow for modifying fusion should *never* be editing
fusionSF.js directly. Since this seems to be the approach others have been
using, let me explain the proper way that fusion should be modified.

Firstly, take an example template (eg. Slate) and modify its index.html so
that instead of pointing to fusionSF-compressed.js, it points to fusion.js.
This is effectively the dev/debug version of fusion and should be your
starting point before doing any changes.

From here, open up your browser dev tools so you can see the underlying js
files for the various widgets/etc, and identify the files that need
modification.

Modify these files, save, reload browser, repeat until your modifications
are tested to be working.

Now here's the part that most seem to skip over. You want to download the
"Fusion build tools" package for your particular release of MapGuide (3.1.1
version here: https://trac.osgeo.org/mapguide/wiki/Release/3.1.1/Notes),
older releases will have the appropriate download link in their release
notes. The Fusion build tools requires you have Apache Ant
(https://ant.apache.org/) installed and that the "ant" command works from
the command-line. Take this zip file and extract it into your fusion
directory and then run "ant compress" from that folder on the command line
to build new copies of fusionSF.js and fusionSF-compressed.js

And then to verify your changes were "compiled" in, edit your template file
to switch from fusion.js back to fusionSF-compressed.js. Reload your
template and your changes should still be there.

Hope that helps.

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MG 3.1 Postgresql10.6/Postgis 2.5 support

2018-12-10 Thread Jackie Ng
Yes it works.

I spun up a Postgres 10 / PostGIS 2.5 docker container, loaded SHP data into
it with FDO Toolbox 1.3 without issues. Was able to set up a PostGIS feature
source pointing to the same db from a MapGuide 3.1.1 windows install, data
renders fine.

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.0 WMS speed

2018-12-10 Thread Jackie Ng
You should compare your WMS GetMapImage operation vs an equivalent RenderMap
operation for the same layer(s) under the same viewports and see if you get
comparable load/render times. You can use the mapagent test pages to test
both operations.

If the times are mostly comparable, then the bottleneck would be in the
underlying rendering operation, which then raises questions about:

 - What is your spatial data source?
   - Is it flat file
   - Is it relational?
 - etc

But we can't really start answer those question until the problem is
properly identified (WMS translation overhead or just the underlying
rendering performs slow on your particular data source)

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MapGuide Server issues

2018-12-10 Thread Jackie Ng
External paths are stored in the [UnmanagedDataMappings] section of your
serverconfig.ini (in the server/bin folder of your MG install).

If you have a backup of this file, you may be able to recover those external
paths.

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] MG 3.1 Postgresql10.6/Postgis 2.5 support

2018-12-10 Thread Kajar
HI!

Does this latest Mapguide support connection to Postgresql 10.6/Postgis 2.5?

Kajar



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users