Re: [mapguide-users] Does mapguide support rasters stored in Postgis

2021-09-14 Thread Diego Ordonez
Thanks for all your help… I just give up by now… I don’t have a clue how it 
works and it was just a test.
Perhaps in the future it will be better supported in Maestro

Cheers.

Diego

From: mapguide-users  On Behalf Of 
Jackie Ng
Sent: August 16, 2021 10:36 AM
To: mapguide-users@lists.osgeo.org
Subject: Re: [mapguide-users] Does mapguide support rasters stored in Postgis

Okay, I took a look at why the GDAL provider returned true (because this was 
easier than trying to figure out how to load some rasters into postgis)

Turns out the GDAL provider automatically sets connection state to open 
regardless of the data source string you specify in the connection parameters. 
This has an effect on the MapGuide side of making every GDAL connection test be 
a successful result, hence explaining why even a gibberish string will return a 
TRUE result.

That particular bug is being tracked here:

https://trac.osgeo.org/fdo/ticket/995

All I can say at this point is try to proceed as though the PGSQL connection 
string you passed in is legit and see how things go.

- Jackie

You wrote:


Thanks again Jackie, much appreciated your support.

I’ve realized that regardless of what you write on the FILE path… the TEST

result is always TRUE

I wrote Gibberish (literally) and still TRUE

--
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] Does mapguide support rasters stored in Postgis

2021-08-11 Thread Diego Ordonez
Thanks again Jackie, much appreciated your support.

I’ve realized that regardless of what you write on the FILE path… the TEST 
result is always TRUE

I wrote Gibberish (literally) and still TRUE

[cid:image001.png@01D78EAF.AC60E050]

From: mapguide-users 
mapguide-users-boun...@lists.osgeo.org
 On Behalf Of Jackie Ng
Sent: August 11, 2021 5:05 AM
To: mapguide-users@lists.osgeo.org
Subject: Re: [mapguide-users] Does mapguide support rasters stored in Postgis

[NOTE: Same reply but with proper email subject this time so it should display 
properly in mailing list archives]

Postgis raster is a supported driver of the GDAL provider. It's not its own 
separate FDO provider.

So not seeing Postgis raster on that list *is to be expected*. You should be 
selecting the GDAL provider.

Now here is where you are venturing into uncharted territory. This is because I 
have assumed for the longest time that users would only be using the GDAL 
provider to connect to file-based raster data sources and not raster data in 
external web services or relational databases (such is the case for PostGIS 
raster) and thus the GDAL provider UI in Maestro is designed with this 
assumption in mind.

Nevertheless, the file path parameter in that UI maps to the parameter that the 
GDAL provider uses to open the data source, so you should theoretically be able 
to use whatever parameter needed to connect to the raster data in that same 
file path field.

In the case of PostGIS raster, you would use the a connection string whose 
structure is described here:

https://gdal.org/drivers/raster/postgisraster.html#connecting-to-a-database

Basically, put this connection string into that file path field and try to test 
the connection. If it's all good, save it and you should be able to then be 
able to make layers from it.

- Jackie

You wrote:


Hi Jackie.

I applied the new GDAL as you suggested.

[cid:image001.png@01D78DE3.38E17030]

I still don’t see anything called Postgis Raster in MapGuide Maestro… which one

should I use instead ?

Thanks for your help


--
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] Does mapguide support rasters stored in Postgis

2021-08-10 Thread Diego Ordonez
Hi Jackie.

I applied the new GDAL as you suggested.

[cid:image001.png@01D78DE3.38E17030]

I still don’t see anything called Postgis Raster in MapGuide Maestro… which one 
should I use instead ?

Thanks for your help

Diego

From: mapguide-users  On Behalf Of 
Jackie Ng
Sent: June 26, 2021 5:11 AM
To: mapguide-users@lists.osgeo.org
Subject: Re: [mapguide-users] Does mapguide support rasters stored in Postgis

Refer to the updated GDAL provider notes for 4.0 in regards to swapping the 
GDAL dll for one from gisinternals which has postgis raster support.

https://trac.osgeo.org/mapguide/wiki/MGOS40GdalProvider

- Jackie

You wrote:


If I use MapGuide 4 Preview 3 Win10 x64, does it support the Postgis-Raster 
already ?

Or do I still have to patch it with the new  GDAL ?



Could you share some instructions how to patch the MG 3.1.2 with the new GDAL? 
I’m not sure what exactly means replacing the DLL

If I am going to access a Postgis Raster file, what source should I use, GDAL 
or Postgis?

--
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] Does mapguide support rasters stored in Postgis

2021-06-25 Thread Diego Ordonez
If I use MapGuide 4 Preview 3 Win10 x64, does it support the Postgis-Raster 
already ?
Or do I still have to patch it with the new  GDAL ?

Could you share some instructions how to patch the MG 3.1.2 with the new GDAL ?
I’m not sure what exactly means replacing the DLL

If I am going to access a Postgis Raster file, what source should I use, GDAL 
or Postgis?

[cid:image001.png@01D769C6.69CC3270]

Thanks a lot for your help

Diego

From: mapguide-users  On Behalf Of 
Jackie Ng
Sent: Thursday, June 24, 2021 2:18 AM
To: mapguide-users@lists.osgeo.org
Subject: Re: [mapguide-users] Does mapguide support rasters stored in Postgis

For Windows:

  MGOS 4.0 Preview 3 - GDAL 2.4.4 / MSVC 2015
  MGOS 3.1.2 - GDAL 2.2.3 / MSVC 2015
  Older MGOS versions you can refer to GDAL provider notes on the MapGuide trac 
wiki (https://trac.osgeo.org/mapguide/wiki)

For Ubuntu 16.04, we build FDO against the distro-provided GDAL version (1.11), 
which should be as fully-featured as possible in terms of driver support 
barring drivers/formats that require non-OSS libraries.

I did an apt-get install gdal-bin on an Ubuntu 16.04 docker container and ran:

gdalinfo --formats

And I see PostGISRaster is on the driver list so on Linux you should be good to 
go.

- Jackie

You wrote:


Thanks for your prompt reply Jackie

What versions of MG will work with your suggested approach ? does it work also

in LINUX Ubuntu 16.06 MG4 ?

--
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] TIF Raster - Transparent Background

2021-06-23 Thread Diego Ordonez
Thanks again

I’ll try your suggestion

From: mapguide-users  On Behalf Of 
Gordon Luckett
Sent: Wednesday, June 23, 2021 10:47 AM
To: MapGuide Users Mail List 
Subject: Re: [mapguide-users] TIF Raster - Transparent Background

Yes.  Basically modify the image permanently.

On Wed, Jun 23, 2021 at 3:45 PM Diego Ordonez 
mailto:diordon...@hotmail.com>> wrote:
Thanks Gordon.

If I understand correctly, I apply that filter in QGIS prior to loading the 
image into MapGuide ?

From: mapguide-users 
mailto:mapguide-users-boun...@lists.osgeo.org>>
 On Behalf Of Gordon Luckett
Sent: Wednesday, June 23, 2021 4:25 AM
To: MapGuide Users Mail List 
mailto:mapguide-users@lists.osgeo.org>>
Subject: Re: [mapguide-users] TIF Raster - Transparent Background

The Near Black in QGIS might help:
[cid:image001.png@01D7681E.62861160]

https://gis.stackexchange.com/questions/234590/qgis-raster-layer-black-rectangle-appears-as-background

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


Re: [mapguide-users] TIF Raster - Transparent Background

2021-06-23 Thread Diego Ordonez
Thanks Gordon.

If I understand correctly, I apply that filter in QGIS prior to loading the 
image into MapGuide ?

From: mapguide-users  On Behalf Of 
Gordon Luckett
Sent: Wednesday, June 23, 2021 4:25 AM
To: MapGuide Users Mail List 
Subject: Re: [mapguide-users] TIF Raster - Transparent Background

The Near Black in QGIS might help:
[cid:image001.png@01D7681C.DD6696E0]

https://gis.stackexchange.com/questions/234590/qgis-raster-layer-black-rectangle-appears-as-background

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


Re: [mapguide-users] Does mapguide support rasters stored in Postgis

2021-06-23 Thread Diego Ordonez
Thanks for your prompt reply Jackie

What versions of MG will work with your suggested approach ? does it work also 
in LINUX Ubuntu 16.06 MG4 ?

From: mapguide-users  On Behalf Of 
Jackie Ng
Sent: Wednesday, June 23, 2021 9:26 AM
To: mapguide-users@lists.osgeo.org
Subject: Re: [mapguide-users] Does mapguide support rasters stored in Postgis

Hi Diego,

Your best bet is to use the PostGISRaster driver in GDAL 
(https://gdal.org/drivers/raster/postgisraster.html).

This implies that you'll have to replace the GDAL dll that comes with the 
MapGuide installation with one from gisinternals.com 
which is of the same GDAL version and is built with the same MSVC compile that 
we use to build MapGuide and FDO.

Most raster format support questions can be boiled down to: Is there a GDAL 
driver for it? Then just use the GDAL FDO provider (swapping out MapGuide's 
GDAL dll with a fuller-featured copy elsewhere if necessary)

- Jackie

You wrote:

Does mapguide support rasters stored in Postgis ?

Any plans to implement it ?

Thank you

Diego

--
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] Does mapguide support rasters stored in Postgis

2021-06-22 Thread Diego Ordonez


From: Diego Ordonez
Sent: Tuesday, June 22, 2021 10:20 AM
To: mapguide-users@lists.osgeo.org
Subject: Does mapguide support rasters stored in Postgis

Does mapguide support rasters stored in Postgis ?

Any plans to implement it ?

Thank you

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


[mapguide-users] Does mapguide support rasters stored in Postgis

2021-06-22 Thread Diego Ordonez
Does mapguide support rasters stored in Postgis ?

Any plans to implement it ?

Thank you

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


[mapguide-users] Tooltip - Expression Editor - IF THEN

2021-06-03 Thread Diego Ordonez
Hello All

I have a question that in theory should be fairly easy, but I'm having trouble

Trying to show a tooltip based on the value of an attribute (From Postgresql 12 
- Mapguide 4.0 Ubuntu 16.04)

The name of the column is estado, it has two values "Encendida" (ON) or 
"Apagada" (OFF)

'Estado: ' , estado, '',
IF ("estado" = 'Encendida', 'ON', 'OFF'),


The first line works with no issue, showing the right "estado" (status).

What is the syntax to write in the ToolTip Expression Editor ? The second line

I've tried different ways but it always shows OFF even if the LAMP is on in the 
database.

Thanks in advance for your help

Diego


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


Re: [mapguide-users] Fdo Provider PostGreSql 12

2021-05-19 Thread Diego Ordonez
Thank you Jackie

I decided to adventure with MG 4.00 and Ubuntu 16.04 x64
Everything is working fine now.

Cheers


From: mapguide-users  on behalf of 
Jackie Ng 
Sent: May 19, 2021 06:01
To: mapguide-users@lists.osgeo.org 
Subject: Re: [mapguide-users] Fdo Provider PostGreSql 12

The adsrc column was removed in PostgreSQL 12 and so queries that list tables 
and views broke.

This issue (https://trac.osgeo.org/fdo/ticket/973) is actually fixed a long 
time ago in FDO 4.1 and a patched PostgreSQL provider dll is available for MGOS 
3.1.2, but only for Windows.

For Linux, you will have to compile the PostgreSQL provider from source 
yourself on the latest FDO 4.1 branch.

- Jackie

You wrote:

Hello there

I have MapGUIDE 3.1.2 on Centos 6 x64

Everything seems to work properly, except connecting a layer to Postgresql 12

How do I set up FDO 4.1 properly ?

RDBMS: [PGRES_FATAL_ERROR] ERROR:  column d.adsrc does not exist
LINE 1: ...name AS table_name, c.attname AS name, 1 AS type, d.adsrc as...


--
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] Fdo Provider PostGreSql 12

2021-05-17 Thread Diego Ordonez
Hi Gordon

No I'm trying to read a table, and permissions are OK because I use the 
postgres user

MapGuide Server is Centos 6 x64

System.Exception: The remote server returned an error: (559) MgFdoException.:
An exception occurred in FDO component.
Error occurred in Feature Source 
(Library://Ejemplo_Neiva/Data/postgres@200.116.160.53_10654 (12 
Test).FeatureSource): RDBMS: [PGRES_FATAL_ERROR] ERROR:  column d.adsrc does 
not exist
LINE 1: ...name AS table_name, c.attname AS name, 1 AS type, d.adsrc as...
 ^
 (Cause: RDBMS: [PGRES_FATAL_ERROR] ERROR:  column d.adsrc does not exist
LINE 1: ...name AS table_name, c.attname AS name, 1 AS type, d.adsrc as...
 ^
, Root Cause: RDBMS: [PGRES_FATAL_ERROR] ERROR:  column d.adsrc does not exist
LINE 1: ...name AS table_name, c.attname AS name, 1 AS type, d.adsrc as...
 ^
)

- MgFeatureServiceHandler.ProcessOperation() line 83 file 
FeatureServiceHandler.cpp
- MgOpDescribeSchemaAsXml.Execute() line 110 file OpDescribeSchemaAsXml.cpp
- MgServerFeatureService.DescribeSchemaAsXml() line 381 file 
ServerFeatureService.cpp
- MgServerDescribeSchema.DescribeSchemaAsXml() line 647 file 
ServerDescribeSchema.cpp
- MgServerDescribeSchema.DescribeSchema() line 583 file ServerDescribeSchema.cpp
- MgServerDescribeSchema.DescribeFdoSchema() line 217 file 
ServerDescribeSchema.cpp

 ---> System.Net.WebException: The remote server returned an error: (559) 
MgFdoException.
   at System.Net.HttpWebRequest.GetResponse()
   at OSGeo.MapGuide.MaestroAPI.HttpServerConnection.OpenRead(String req) in 
C:\projects\mapguide-maestro\OSGeo.MapGuide.MaestroAPI\Http\HttpServerConnection.cs:line
 1405




From: mapguide-users  on behalf of 
Gordon Luckett 
Sent: May 17, 2021 16:36
To: MapGuide Users Mail List 
Subject: Re: [mapguide-users] Fdo Provider PostGreSql 12

Are you trying to look at a view?
It looks like one of the tables on the view is not accessable to the login 
user..

On Mon, May 17, 2021, 9:14 PM Diego Ordonez 
mailto:diordon...@hotmail.com>> wrote:
Hello there

I have MapGUIDE 3.1.2 on Centos 6 x64

Everything seems to work properly, except connecting a layer to Postgresql 12

How do I set up FDO 4.1 properly ?


RDBMS: [PGRES_FATAL_ERROR] ERROR:  column d.adsrc does not exist
LINE 1: ...name AS table_name, c.attname AS name, 1 AS type, d.adsrc as...

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


[mapguide-users] Fdo Provider PostGreSql 12

2021-05-17 Thread Diego Ordonez
Hello there

I have MapGUIDE 3.1.2 on Centos 6 x64

Everything seems to work properly, except connecting a layer to Postgresql 12

How do I set up FDO 4.1 properly ?


RDBMS: [PGRES_FATAL_ERROR] ERROR:  column d.adsrc does not exist
LINE 1: ...name AS table_name, c.attname AS name, 1 AS type, d.adsrc as...

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


Re: [mapguide-users] Creating Symbol Library containing a PNG icon

2021-04-29 Thread Diego Ordonez
Thanks for your valuable help Gordon.

I even changed the PNG file in case the first one had something wrong, but in 
any case, Maestro still crashes, it just closes suddenly.

These are not the final icons I need, but I'm just trying to add them as an 
example




From: mapguide-users  on behalf of 
Gordon Luckett 
Sent: April 29, 2021 11:08
To: MapGuide Users Mail List 
Subject: Re: [mapguide-users] Creating Symbol Library containing a PNG icon


A couple of things to watch for:
1. Make sure in the symbol definition, you have a Define Point Usage Control 
checked and at a minimum, set the Angle Control  ('FromAngle')
2. Preview to ensure the symbol appears.
3. When adding the symbol in the Composite Point definition in the Layer, make 
sure to get rid of the default Square as well.


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


[mapguide-users] Creating Symbol Library containing a PNG icon

2021-04-28 Thread Diego Ordonez
Hello.

I'm trying to use a PNG as a symbol for public lights
Does anyone have an example of the XML Symbol Library to contain PNG files ?

I've tried with symbol definitions but they don't appear when trying to choose 
the icon from the Layer Definition, it seems layers can only consume Symbol 
Lribraries not Symbol Definitions

Thanks

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


Re: [mapguide-users] Please clean up the Live Application Gallery

2021-04-12 Thread Diego Ordonez
Hi Gordon

No I don't have any link to share by now

But it looks pretty bad all those unusable links, it will be better to put that 
page on maintenance for a while I guess

Thanks for the follow-up


From: mapguide-users  on behalf of 
Gordon Luckett 
Sent: April 12, 2021 14:28
To: MapGuide Users Mail List 
Subject: Re: [mapguide-users] Please clean up the Live Application Gallery

Do you have any links you'd like to use?

On Mon, Apr 12, 2021, 7:02 PM Diego Ordonez 
mailto:diordon...@hotmail.com>> wrote:
Most of the links are out of date and no longer working

[cid:d2aa0478-e43b-49a9-970d-97444a489b01]


http://mapguide.osgeo.org/livegallery.html
Live Application Gallery | MapGuide Open 
Source<http://mapguide.osgeo.org/livegallery.html>
The San Francisco Urban Forest Mapping System was developed using a combination 
of open source and proprietary mapping technologies, with MapGuide Open Source 
forming the central element. By integrating their two data sets into one, BUF 
and FUF now have a vital, technology-based tool for tree maintenance and 
management, enabling urban forest managers to inventory and map existing, 
future and ...
mapguide.osgeo.org<http://mapguide.osgeo.org>

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


[mapguide-users] Please clean up the Live Application Gallery

2021-04-12 Thread Diego Ordonez
Most of the links are out of date and no longer working

[cid:d2aa0478-e43b-49a9-970d-97444a489b01]


http://mapguide.osgeo.org/livegallery.html
Live Application Gallery | MapGuide Open 
Source
The San Francisco Urban Forest Mapping System was developed using a combination 
of open source and proprietary mapping technologies, with MapGuide Open Source 
forming the central element. By integrating their two data sets into one, BUF 
and FUF now have a vital, technology-based tool for tree maintenance and 
management, enabling urban forest managers to inventory and map existing, 
future and ...
mapguide.osgeo.org

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


Re: [mapguide-users] Set Auto-refresh rate

2021-04-09 Thread Diego Ordonez
Thank you Gordon, I'll give it a try.


From: mapguide-users  on behalf of 
Gordon Luckett 
Sent: April 9, 2021 17:15
To: MapGuide Users Mail List 
Subject: Re: [mapguide-users] Set Auto-refresh rate

No, not really.
I've done that by adding a layer with the OpenLayers API, where I used 
javascript to refresh the layer.

You can try that.

Have a look at this thread:
https://lists.osgeo.org/pipermail/mapguide-users/2008-June/012771.html



On Fri, Apr 9, 2021, 10:04 PM Diego Ordonez 
mailto:diordon...@hotmail.com>> wrote:
Hello all

Is there any out of the box functionality to autorefresh the web layout ? 
(FUSION)

Working on a project for vehicle tracking showing the last position of trucks, 
just need to autorefresh the map let's say every 5 minutes

Thanks in advance

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


[mapguide-users] Set Auto-refresh rate

2021-04-09 Thread Diego Ordonez
Hello all

Is there any out of the box functionality to autorefresh the web layout ? 
(FUSION)

Working on a project for vehicle tracking showing the last position of trucks, 
just need to autorefresh the map let's say every 5 minutes

Thanks in advance

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


[mapguide-users] Available Translations

2021-04-09 Thread Diego Ordonez
Hello all

Are there any other translations available for MapGuide and Fusion GUI ?
It seems like there is only French

https://trac.osgeo.org/mapguide/wiki/Translations

Translations – MapGuide Open 
Source
MapGuide Translation files. The official releases of MapGuide Open Source only 
include English as the supported language . You can translate MapGuide and its 
various components . Translating the MapGuide Server. MapGuide defines its 
localizable messages in the mapguide_en.res file.. Translating these messages 
is a 2 step process: Open the above file, translate the messages to your 
desired ...
trac.osgeo.org

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


[mapguide-users] Example .NET -Showing report of a parcel

2021-04-01 Thread Diego Ordonez
Hello.
I'm working on an example for a client, I need to show a report with the 
attributes of a specific parcel (or pipeline), with some basic formatting, 
tables, picture and some client logo.

Wondering if someone can lead me in the right direction for a .NET example.

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