Re: [mapguide-users] problem with ssl and maestro

2020-01-29 Thread Liglio
Hi,

you should use https://myserver:9009/mapguide/mapagent/mapagent.fcgi or if
you have a public IP https://mysite/mapguide/mapagent/mapagent.fcgi



--
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] How do I set the right projection in OL for OSM?

2020-01-29 Thread frieda
Could you tell me how I can do this? I'm not familiar with fusion.

But I clicked on validate and get some warnings:


Validating resource:
Session:4b3bf33c-42a2-11ea-8000-208d0a1054f9_en_MTI3LjAuMC4x0AFC0AFB0AFA//328459ef-d516-44d7-b3a6-d4281c2cbc3b.MapDefinition
Information - Warning_MapDefinition_LayerMissingLegendLabel: Layer g does
not have a legend label
Warning - Warning_MapDefinition_LayerReprojection:
Library://TestProj/Data/sp_f_g_F.FeatureSource has a different coordinate
system than the map, this will impact performance as the coordinates are
transformed while rendering the map. Maestro cannot validate the extent of
the data.
Warning - Warning_MapDefinition_LayerReprojection:
Library://TestProj/Data/TestProj_SQL.FeatureSource has a different
coordinate system than the map, this will impact performance as the
coordinates are transformed while rendering the map. Maestro cannot validate
the extent of the data.
Warning - Warning_MapDefinition_LayerReprojection:
Library://TestProj/Data/Mauer_F.FeatureSource has a different coordinate
system than the map, this will impact performance as the coordinates are
transformed while rendering the map. Maestro cannot validate the extent of
the data.
Warning - Warning_MapDefinition_LayerReprojection:
Library://TestProj/Data/sp_f_einr_F.FeatureSource has a different coordinate
system than the map, this will impact performance as the coordinates are
transformed while rendering the map. Maestro cannot validate the extent of
the data.
Warning - Warning_MapDefinition_LayerReprojection:
Library://TestProj/Data/sp_gruen_teilgruenflaeche_F.FeatureSource has a
different coordinate system than the map, this will impact performance as
the coordinates are transformed while rendering the map. Maestro cannot
validate the extent of the data.
Warning - Warning_MapDefinition_LayerReprojection:
Library://TestProj/Data/sp_Lieg_gebaeude_F.FeatureSource has a different
coordinate system than the map, this will impact performance as the
coordinates are transformed while rendering the map. Maestro cannot validate
the extent of the data.
Warning - Warning_MapDefinition_LayerReprojection:
Library://TestProj/Data/sp_f_weg_F.FeatureSource has a different coordinate
system than the map, this will impact performance as the coordinates are
transformed while rendering the map. Maestro cannot validate the extent of
the data.


Validating resource: Library://TestProj/Data/TestProj_SQL.FeatureSource
Warning - Warning_FeatureSource_DefaultSpatialContext: Spatial context
extent appears to be invalid (or is the default extent returned by FDO
provider. Meaning it very likely does not truly represent the extent of your
data)

So maybe I have to reproject my Layers too or MapGuide do this
automatically?



--
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] How do I set the right projection in OL for OSM?

2020-01-29 Thread Jackie Ng
Can you look at your EPSG 3857 projected map definition in Fusion with
external base layers on? Does the problem happen there too?

- 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] problem with selection set - more info

2020-01-29 Thread Jackie Ng
Hi Yuval,

Thank you for this extra and very useful information. I'll dig through the
fusion commit logs and see what the deal is.

- 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] problem with selection set - more info

2020-01-29 Thread יובל קימל

Jackie and all hi
You are right, i missed important details.
Here they are.
We are using Fusion layout and Apache server with PHP.
In Mapguide 2.6.1 when selecting an object on a layer on the map Fusion would 
execute 3 php files
/mapguide/fusion/layers/MapGuide/php/SaveSelection.php  
/mapguide/fusion/layers/MapGuide/php/GetSelectionProperties.php 
/mapguide/fusion/layers/MapGuide/php/Selection.php According to what we 
understand one of these php files gets the selection and transfers it to 
the session. In Mapguide 3.1.2 running the same selection does not seem 
to do the same thing and only calls the mapagent. any help would be 
appreciated. please let me know if any more information is needed. yuval


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] How do I set the right projection in OL for OSM?

2020-01-29 Thread frieda
Do you mean the initial map view? The values have changed

EPSG 31467

Lower left: x=3474969.42838105 y=5494505.08075242
Upper right: x=3475408.42921736 y=5494659.08080777

EPSG 3857

Lower left: x=963391.96809186 y=6375021.09056832
Upper right: x=964066.729695921 y=6375261.93779655



--
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] How do I set the right projection in OL for OSM?

2020-01-29 Thread Jackie Ng
If you changed the map projection in Maestro, did the bounding box
coordinates of the Map Definition change as well? If not, you're probably
looking at the 3857 map but looking at it from the starting point of the
un-projected 31467 bounding box view. In this case, you'll have to update
the bounding box of the Map Definition with the projected coordinates as
well.

- 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] How do I set the right projection in OL for OSM?

2020-01-29 Thread frieda
Thanks for your help. 
I did set my map projection to EPSG 3857, now I can see the right location
in OSM in Kaliopa Movile Viewer but I can't see my Map now (it's also not
visible if I use the Preview in Maestro). If I set the projection back to
EPSG 31467 my map goes visible. 

What I'm missing here?





--
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