Re: [mapguide-users] MG 4.0 Beta 1 Postgis FDO Provider

2024-04-16 Thread svlad via mapguide-users
Hi, solved this problem using the PostgreSQLProvider.dll (4.2.1370.0) from Autodesk. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MGOS 4.0 and PostgreSQL

2024-01-17 Thread svlad via mapguide-users
hi, I have tested the PostgreSQL/PostGIS Provider 4.2 with PostgreSql 15, Postgis 3.4. After some zoom or pan actions the following error occurs: Objects disappear and appear randomly. The MapGuide server reports the following error: Error: Failed to stylize layer: LAYER1 An exception

[mapguide-users] MG 4.0 Beta 1 Postgis FDO Provider

2023-11-13 Thread svlad via mapguide-users
Hi, I have logged PostgreSQl and possibly found a correlation. Whenever the statement "SELECT oid FROM pg_type WHERE typname = 'geometry'" is executed more than 2 times in direct sequence, the FDO error occurs. ___ mapguide-users mailing list

[mapguide-users] React Layout get layer visibility

2023-10-18 Thread svlad via mapguide-users
Hi, how to can I check the current visibility of a MapGuide layer? Layer.ActuallyVisible returns always true. var bVisible = (mapState.hideLayers.indexOf(parcels.ObjectId) < 0); from the example dont work (also (mapState.mapguide.hideLayers) ___

Re: [mapguide-users] MG 4.0 Beta 1 Postgis FDO Provider

2023-09-20 Thread svlad . cjelli42
Hi, we use the OSGeo.PostgreSQL FDO Provider 4.1 (MG 4.0 Beta 1 and MG 3.1 with the patch for the PostgreSQL Provider). The PostgreSQL database has about 200 tables and 200 views. Most layers based on views some on tables. We don't use extensions or joins in the MG datasource.     Gesendet: 

Re: [mapguide-users] MG 4.0 Beta 1 Postgis FDO Provider

2023-09-04 Thread svlad . cjelli42
Hi, sorry I didnt notice that there is already a ticket #2874 for this error. Let me know if there is something I can do to help to find the reason. I think the priority is not "low", we can not use MG 4.0 with this issue.      Gesendet: Donnerstag, 31. August 2023 um 06:11 Uhr Von: 

[mapguide-users] MG 4.0 Beta 1 Postgis FDO Provider

2023-08-30 Thread svlad . cjelli42
Hi, MG 4.0.0.10048 PostgreSQL 12, PostGis 3.4 Vector layers based on PostgreSQL appear and disappear after zoom or pan. The Mg error log says: <2023-08-31T05:47:41> 5528ol/source/ImageMapGuide source 189.184.39.11 Anonymous Error: Failed to stylize layer: LAYERNAME An exception

[mapguide-users] React Layout - Selection Panel

2023-03-14 Thread svlad . cjelli42
How can I prevent the selection panel from being used when I create my own report on features or how can I open my report in the selection panel? Thanks svlad ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman

[mapguide-users] Position EightSurrounding

2021-09-15 Thread Svlad
Hi, Could it be that when positioning point objects with EightSurrounding, the selection and tooltip are only possible via the original insertion point? Regards Svlad   ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https

Re: [mapguide-users] React Layout - set layer visibility

2021-07-07 Thread svlad . cjelli42
:   Hi, how can I programmatically change the visibility of a layer? I modified and saved the map on server side but the viewer allways sends "hidelayers= layerid" in the request. Is it possible top change the visibility on the client side? Thanks svlad     -- Please Note: I

Re: [mapguide-users] React Layout - set layer visibility

2021-07-05 Thread svlad . cjelli42
ust use _javascript_ to refresh the map without reloading the page.       On Mon, Jul 5, 2021 at 4:47 PM Svlad <svlad.cjell...@web.de> wrote: Hi, how can I programmatically change the visibility of a layer? I modified and saved the map on server side but the viewer allways

[mapguide-users] React Layout - set layer visibility

2021-07-05 Thread Svlad
Hi, how can I programmatically change the visibility of a layer? I modified and saved the map on server side but the viewer allways sends "hidelayers= layerid" in the request. Is it possible top change the visibility on the client side? Th

[mapguide-users] React Layout - select features

2021-01-21 Thread svlad
Hi,I select features on multiple layers,select one layer in the layer selection list,select another featurethen I get following error message: "TypeError: j is undefined"MG 3.1 ReactLayout 0.13.1 err.png SelectionErr.gif

[mapguide-users] React Layout - mount viewer

2021-01-15 Thread svlad
Hi, How can I mount the viewer with an existing session, an ApplicationDefinition and a MapDefinition both existing in this session? MG 3.1, React Layout 0.13 regards Svlad -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] MapGuide Open Source 4.0 Preview 1 available

2019-08-22 Thread svlad
Hi, I did some tests with XYZ-Tiles and UTFGrid and found the following: Fusion: XYZ yes, UTF no React layout (normal layout - index.html): XYZ yes, UTF no React layout (flexible layout - slate.html): XYZ no, UTF no Pure Open Layers: XYZ yes, UTF yes regards svlad -- Sent from: http://osgeo

[mapguide-users] React viewer - alternativ overview map

2019-07-26 Thread svlad
Hi, With fusion you could integrate an alternative overview map. Is this also possible with the react viewer? Regards Svlad -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide

Re: [mapguide-users] WMS SSL

2019-07-03 Thread svlad
Hi Philip, I'm sorry I don't know. Maybe Jackie can answer this question. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Ajaxviewer (Java) cross-site scripting hole

2019-01-09 Thread svlad
I guess the script tag is removed in your post. (because of XSS :-)). But yes that's it. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Ajaxviewer (Java) cross-site scripting hole

2019-01-09 Thread svlad
You could run js on the client: ...?scale_denominator= -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

[mapguide-users] Ajaxviewer (Java) cross-site scripting hole

2019-01-09 Thread svlad
Hi, there may be a xss hole in quickplotpreviewinner.jsp (Ajaxviewer Java). to prevent change the line 96 to annotations.put("{scale}", "1 : " + EscapeForHtml(request.getParameter("scale_denominator"))); I did not look at php or .net. Regards svlad -- Sent

[mapguide-users] WMS SSL

2018-09-19 Thread svlad
Hi, the WMS FDO provider bundled with MapGuide3.1 (ows.dll) does not work with an SSL connection. The same problem seems to have existed with AIMS 2017, however there is a hotfix. (AIMS_2017_WMSSSL) Using the ows.dll from that AIMS hotfix in MapGuide FDO solves the problem in MapGuide as well

Re: [mapguide-users] react-layout: Hooking to events in the AJAX viewer (OnSelectionChanged)

2017-03-21 Thread svlad
Hi, I placed this viewer in an iframe named "mapframe" and it works! var myviewer = mapframe.GetViewerInterface(); and mapframe.RegisterSelectionHandler(mySelectionHandler); That's what I wanted! Can I declare other handlers (MapLoaded etc.) without modify the viewer sources? Tha

Re: [mapguide-users] react-layout: Hooking to events in the AJAX viewer (OnSelectionChanged)

2017-03-02 Thread svlad
Hi, we use nearly all fusion events (MAP_LOADED, MAP_SELECTION_ON, MAP_SELECTION_OFF etc.) from outside (the fusion viewer is in an iframe). Will this be possible with the new react-layout? Thank you, svlad -- View this message in context: http://osgeo-org.1560.x6.nabble.com/react-layout

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-10-17 Thread svlad
Hi, it is still not possible to include raster layers. CREATERUNTIMEMAP returns ScaleRange null for raster layers. That leads to an error in deArrayifyScaleRanges. -- View this message in context:

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-10-11 Thread svlad
Hi, I have set the ratio to 1 in map-viewer-base.tsx (lines 763 and 775) and evrything is good. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-react-layout-A-modern-viewer-for-MapGuide-tp5288019p5290181.html Sent from the MapGuide Users mailing list

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-10-10 Thread svlad
Hi, the viewer sends map requests with double the width and height of the canvas. Is this wanted? OPERATION=GETDYNAMICMAPOVERLAYIMAGE=2.0.0=en=ol.source.ImageMapGuide%20source=1=96=2840=1958=47162.08831294861 -- View this message in context:

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-09-30 Thread svlad
That works! How can I include raster or WMS layers? I tryed raster sources with the same coordinate system like the map, with coordinate system override, WMS removed all other srs from the config.xml and so on... but in all cases I got errors. -- View this message in context:

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-09-29 Thread svlad
It seems that the viewer works with maps and layers if they are both in EPGS:4326. If I change the coordinate system of a layer or a map I get errors in viewer.js. -- View this message in context:

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-09-28 Thread svlad
Hi, now I get t is null in viewer.js Line 24 Row 25281 -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-react-layout-A-modern-viewer-for-MapGuide-tp5288019p5288246.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-09-28 Thread svlad
/json; My request is: http://localhost/mapguide/viewer/index.html?WEBLAYOUT=Library://Layouts/test.WebLayout=en What did I do wrong? MG OS 3.0, W2012, Browser Firefox 48 Thanks svlad -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-react-layout-A-m

Re: [mapguide-users] FDO Postgis provider and schema override

2016-07-05 Thread svlad
What about foreign keys in your setup, you have to ignore them in the XML schema I had never problems with foreign keys What about schema change, for instance when you create some new table? You need to launch a script to create the appropriate feature sources I add new tables via FDO, so the

Re: [mapguide-users] FDO Postgis provider and schema override

2016-07-05 Thread svlad
The schema override works. I do it programmatically with the API and create for each table one data source with one config.xml. The only caveat is, I can not create new features via FDO. -- View this message in context:

Re: [mapguide-users] Mapguide purge cached schema to unlock raster

2016-07-01 Thread svlad
a SETRESOURCE request purges the cached schema -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-purge-cached-schema-to-unlock-raster-tp5274377p5274381.html Sent from the MapGuide Users mailing list archive at