Re: [mapguide-users] Google Satellite

2023-07-25 Thread Jackie Ng
We do not support the use or integration of Google Maps layers and services
in any of our viewer offerings (official or unofficial viewer offerings
like my react viewer)

It is too much of a technical and legal minefield for us to deal with.

The current release of MapGuide Maestro may give you the impression that
all of this is possible, but the current release is also a year old and the
next release of Maestro (coming this week) will be dropping Fusion editor
support for anything Google-related to officially put the nail in the
coffin on the idea of any kind of Google Maps integration in MapGuide.

- Jackie

You wrote:

Hi,



I am using Bing Aerial as Basemap, but now I want to change to Google
Satellite.

I just have to pay for the Google key, and associate it in the Web Layout,
or need more work ?

It works fine ? I read about some issues with Openlayers

Using Mapguide Open Source Server 3.1.2 on Windows Server 2019 and Fusion
Viewer.

Regards,

Liglio

-- 
*Please Note: I no longer create new posts or post replies to any OSGeo
mailing list through nabble. As a result, you most likely won't see this
message appear on nabble's view of any OSGeo mailing list and may only see
this message through mailing list archives or depending on your mailing
list subscription settings, through daily message digests or automated
notifications from the mailing lists.*
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Resample or Clip expression for WMS connection

2023-07-25 Thread Jackie Ng
That exception message is coming from the WMS server your layer is
connected to. It's because the CLIP() expression does not produce a valid
WMS GetMap request because the inferred width and height is 0 (that's where
the "can not be empty" part is coming from)

Having looked at the WMS provider code in more detail, I think the actual
function you want is not CLIP(), but RESAMPLE(). I can't see any working
reference usage of CLIP() in any of our FDO client application code. In
MapGuide, only RESAMPLE() is used.

RESAMPLE takes 2 extra parameters, (width and height), those are the actual
values that get sent in the WMS GetMap request that the provider assembles
together.

So in light of this, is there even a valid usage example for CLIP()?

I honestly have no idea 路‍♂️路‍♂️路‍♂️

- Jackie

You wrote:

I was pulled off this for a while to get another project done. Looking
at this again and I was able to get the feature geometry name.
However, now I’ve run into a new issue. I’m getting this exception:
OSGeo.FDO.Common.Exception: 'InvalidFormat:
Parameter 'height' can not be empty.


This doesn’t make any sense to me because there is no “height”
argument when I check the function arguments.

-- 
*Please Note: I no longer create new posts or post replies to any OSGeo
mailing list through nabble. As a result, you most likely won't see this
message appear on nabble's view of any OSGeo mailing list and may only see
this message through mailing list archives or depending on your mailing
list subscription settings, through daily message digests or automated
notifications from the mailing lists.*
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users