Re: [mapguide-users] Map takes very long time

2012-10-30 Thread Johan Van de Wauw
You don't give any information: what format are your layers in. Do you use any filters? Johan On Mon, Oct 29, 2012 at 3:39 PM, David das Neves ne...@systemtechnik.netwrote: Hello all We have configured a map where 12 (vector) layer are displayed at a zoom level of 1:2500. Herefore the map

Re: [mapguide-users] MapGuide 2.4 on Azure Windows Server 2012 .NET 4.5

2013-02-05 Thread Johan Van de Wauw
Is json configured as a mime-type in IIS? This one always breaks fusion for me on windows. Check by going to eg http://localhost/mapguide/fusion/config.json If you get a 404 that is missing. Johan On Tue, Feb 5, 2013 at 9:26 AM, David Wilhelmsson david.wilhelms...@65nord.se wrote: Hi Jackie,

Re: [mapguide-users] MapGuide 2.4 on Azure Windows Server 2012 .NET 4.5

2013-02-06 Thread Johan Van de Wauw
On Tue, Feb 5, 2013 at 1:41 PM, David Wilhelmsson david.wilhelms...@65nord.se wrote: Johan - Absolute genius! I did miss the .json MIME type. Adding that fixed the Fusion viewer! Great! I'll update the wiki shortly, so we'll finally have a complete set of instructions for a manual

Re: [mapguide-users] Building MapGuide kills the CentOS

2013-02-19 Thread Johan Van de Wauw
On Tue, Feb 19, 2013 at 2:36 AM, Zac Spitzer zac.spit...@gmail.com wrote: does anyone still use DWF? Definitely yes. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] WFS Connection from OpenLayers

2013-06-27 Thread Johan Van de Wauw
Here is some openlayers wfs code that works with mapguide. I'm also forcing WFS 1 and GML 2 since they are simpler. You probably want to switch the extent and the projection system to something else than belgium :-) var mapagent = /mapguide/mapagent/mapagent.fcgi; var extent = new

Re: [mapguide-users] WFS Connection from OpenLayers

2013-06-27 Thread Johan Van de Wauw
Just an addendum to my other post: On Fri, Jun 14, 2013 at 2:37 PM, RDBauer rdba...@gmail.com wrote: All, /Failed to load resource: Origin null is not allowed by Access-Control-Allow-Origin. http://localhost/mapguide/mapagent/mapagent.fcgi?USERNAME=AdministratorPassword=admin XMLHttpRequest

Re: [mapguide-users] Re-thinking Fusion redlining efficiency

2013-07-12 Thread Johan Van de Wauw
I like the ideas, but rather than focusing on the fusion viewer I think the first focus should be on how to serve the data so it can be used in any viewer/client. Integrating georest may be an option. Improving wfs support could be another one. Serving vector tiles is a third one. In fact with

Re: [mapguide-users] HTML5 client-side viewer (Was re: Re-thinking Fusion redlining efficiency)

2013-07-12 Thread Johan Van de Wauw
On Fri, Jul 12, 2013 at 10:44 AM, Jackie Ng jumpinjac...@gmail.com wrote: I would prefer something that allows us to re-use our existing Layer Definitions for client-side vector rendering. I'm not sure whether ol3/leaflet support customizable rendering pipelines where we can take over certain

Re: [mapguide-users] Vector tile support (Was re: HTML5 client-side viewer (Was re: Re-thinking Fusion redlining efficiency))

2013-07-18 Thread Johan Van de Wauw
Some ideas: Polymaps: can consume vector tiles. Demo at: http://polymaps.org/ex/statehood.html Openlayers plugin: http://openlayerstools.sourceforge.net/src/Strategy_TFS.js Leaflet has gained more popularity. A custom verion of leaflet is also used by giscloud. Also here plugins that support

Re: [mapguide-users] Vector tile support (Was re: HTML5 client-side viewer (Was re: Re-thinking Fusion redlining efficiency))

2013-07-30 Thread Johan Van de Wauw
simpler). On Thu, Jul 18, 2013 at 9:28 AM, Johan Van de Wauw johan.vandew...@gmail.com wrote: Some ideas: Polymaps: can consume vector tiles. Demo at: http://polymaps.org/ex/statehood.html Openlayers plugin: http://openlayerstools.sourceforge.net/src/Strategy_TFS.js Leaflet has gained more

Re: [mapguide-users] FOSS4G N.A. 2013 in Minneapolis

2013-08-20 Thread Johan Van de Wauw
Just wondering, any mapguide users/developers coming to foss4g. Even if we don't have a session, we could still have a meeting of some sort. Johan On Wed, Jun 12, 2013 at 4:28 PM, GordonL gordon.luck...@arrowgeomatics.comwrote: Just heard back from FOSS4G 2013 (Nottingham) committee: No

[mapguide-users] mapguide meeting at Foss4G 2013 Nottingham

2013-08-26 Thread Johan Van de Wauw
of mapguide-users digest... Today's Topics: 1. Re: FOSS4G N.A. 2013 in Minneapolis (Johan Van de Wauw) 2. How to set layer's order for WMS in Mapguide Maestro? (Andrey Maraev) 3. Re: How to set layer's order for WMS in Mapguide Maestro? (Jackie Ng) 4. Re: How to set

[mapguide-users] Fwd: [OSGeo-Discuss] Why does OSGeo FDO Provider for SQL Server Spatial try to access the wrong database?

2013-09-19 Thread Johan Van de Wauw
Server Spatial try to access the wrong database? To: Johan Van de Wauw johan.vandew...@gmail.com Cc: disc...@lists.osgeo.org disc...@lists.osgeo.org Yes, AutoCAD Map 3D, sorry. The login that accesses the spatial database from AutoCad Map 3D using the same FDO provider has server admin privileges so

Re: [mapguide-users] [MapGuide 2.4.0] Autocad Map 3D 2013 can't GETCAPABILITIES in 1.3 from MapGuide

2013-09-19 Thread Johan Van de Wauw
Which server? In general, WMS 1.3.0 is more often broken than previous versions. See eg: http://dmorissette.blogspot.co.uk/2012/12/dont-upgrade-to-wms-130-unless-you.html On Thu, Sep 19, 2013 at 4:40 AM, Zac Spitzer zac.spit...@gmail.com wrote: Have you tried this with 2.5.1? On Tue, Sep 10,

Re: [mapguide-users] [MapGuide 2.4.0] Autocad Map 3D 2013 can't GETCAPABILITIES in 1.3 from MapGuide

2013-09-19 Thread Johan Van de Wauw
If your projection settings in the client and server are not the same (eg one is arbitrary xy and the other is latlon), WMS 1.3.0 canfail, but WMS 1.1.1 will still work. Because the client and server will interprete the coordinates differently (xy vs yx) in WMS 1.3 Johan On Thu, Sep 19, 2013 at

Re: [mapguide-users] Leaflet MapGuide

2013-10-21 Thread Johan Van de Wauw
You can use WMS with leaflet, and mapguide can serve WMS. Johan On Thu, Oct 17, 2013 at 10:50 PM, Rich Bauer rdba...@gmail.com wrote: Jackie and Gordon, Thanks for the info. When I tried to use GeoRest last, I believe I had issues working with the newer version of MapGuide. What version

Re: [mapguide-users] Any version of MGOS 64bit on Linux available?

2014-09-01 Thread Johan Van de Wauw
Is there a testsuite that reveals these errors? How can this be run? Johan On Thu, Aug 28, 2014 at 12:55 PM, Jackie Ng jumpinjac...@gmail.com wrote: Here's a laundry list of blockers that I know of that are preventing us from a working 64-bit build of MapGuide. 1. The FDO SHP provider's

Re: [mapguide-users] mapguide-rest feedback

2014-10-28 Thread Johan Van de Wauw
Jackie, In fact one of my colleagues created a similar which do this (in .net). We have a function setlayervisibilityfilter to which you can pass a list of features: groupon: group1, group2 groupoff: group3 layeron: layer1 filteron: layer1:id4 apart from that the mapid of course. I think we

Re: [mapguide-users] QGIS to MapGuide

2015-04-08 Thread Johan Van de Wauw
Actuallly you can export QGIS symbology to SLD, which is an OGC standard and the style that eg geoserver uses. It definitely would be cool to have some import feature from (and perhaps to-) SLD in mapguide. Johan ___ mapguide-users mailing list

Re: [mapguide-users] Mapguide OS 3 and Ubuntu 14.04 LTS 64bits

2015-08-17 Thread Johan Van de Wauw
On Fri, Jul 31, 2015 at 6:13 AM, Jackie Ng jumpinjac...@gmail.com wrote: Sorry, Ubuntu 14.04 isn't supported natively because of some instability in the AGG renderer / font handling code on this particular veresion. Has this problem been documented somewhere?

Re: [mapguide-users] The roadblock for Ubuntu 14.04 support

2015-12-09 Thread Johan Van de Wauw
On Mon, Nov 23, 2015 at 2:17 PM, Jackie Ng wrote: > Hi All, > > For the longest time, the official supported version of Ubuntu for MapGuide > is Ubuntu 12.04 LTS. > > The reason for this is because on 14.04 there is a blocking issue with > server stability. If you load the

Re: [mapguide-users] MapGuide Download Layer data

2016-05-26 Thread Johan Van de Wauw
On Tue, May 24, 2016 at 4:47 PM, GordonL wrote: > Since mapguide-rest can spit out GeoJSON, you could use a third party web > service to convert from GeoJSON to SHP such as https://ogre.adc4gis.com/ > > or script your own with something like ogr2ogr > Starting

Re: [mapguide-users] MapGuide Download Layer data

2016-05-18 Thread Johan Van de Wauw
On Tue, May 17, 2016 at 11:56 AM, Jackie Ng wrote: > MapGuide is not suited for the purpose of bulk converting spatial data from > PostgreSQL/SQLServer in to a data format (SHP?) that users can download > on-the-fly and on-demand. You could consider FDO2FDO to actually

Re: [mapguide-users] Editing DWG with MapGuide Open Source?

2016-05-10 Thread Johan Van de Wauw
On Mon, May 9, 2016 at 3:23 AM, Jackie Ng wrote: > No. There is no support for read/write of DWG files in MGOS. > > You need Autodesk Infrastructure Map Server at a minimum to be able to read > DWG files (they have a dedicated FDO provider to read DWG files). I do not >

Re: [mapguide-users] install mapguide 3.1 on ubuntu

2017-01-03 Thread Johan Van de Wauw
I'm surprised this gives an error as the script has #!/bin/bash as the first line Anyway, a quick fix: replace pushd with cd and remove popd. This will work, but you will end up in the temporary directory after the script. cd ${TEMPDIR} main Kind Regards, Johan On Thu, Dec 29, 2016 at 10:28

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-09-01 Thread Johan Van de Wauw
I have been able to get WFS working on mapguide. I indeed had to change the port. But also performance was quite bad - I would not recommend doing it. Kind Regards, Johan On Wed, Aug 30, 2017 at 2:30 PM, Kajar wrote: > Yes, if anyone have sucessfully setup Mapguide