[mapguide-users] FDO libraries for RHEL 7.0

2015-02-26 Thread BenjaminZ
Hi

When I try to install fdo on RHEL 7.0 I get an error concerning missing
libraries. Could it be a problem of 64bit architecture?

Best, Benjamin

Installing Fdo
Fehler: Fehlgeschlagende Abhängigkeiten:
libc.so.6 wird benötigt von fdo-3.9.0.5202-1.i386
libc.so.6(GLIBC_2.0) wird benötigt von fdo-3.9.0.5202-1.i386
libc.so.6(GLIBC_2.1) wird benötigt von fdo-3.9.0.5202-1.i386
libc.so.6(GLIBC_2.1.3) wird benötigt von fdo-3.9.0.5202-1.i386
libc.so.6(GLIBC_2.2) wird benötigt von fdo-3.9.0.5202-1.i386
libc.so.6(GLIBC_2.3) wird benötigt von fdo-3.9.0.5202-1.i386
libcom_err.so.2 wird benötigt von fdo-3.9.0.5202-1.i386
libcrypto.so.6 wird benötigt von fdo-3.9.0.5202-1.i386
libcurl.so.3 wird benötigt von fdo-3.9.0.5202-1.i386
libdl.so.2 wird benötigt von fdo-3.9.0.5202-1.i386
libdl.so.2(GLIBC_2.0) wird benötigt von fdo-3.9.0.5202-1.i386
libdl.so.2(GLIBC_2.1) wird benötigt von fdo-3.9.0.5202-1.i386...





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/FDO-libraries-for-RHEL-7-0-tp5190234.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] External base layers in Fusion

2015-02-23 Thread BenjaminZ
Hi pw
Can you send me code snippet like you did the integration as an example?

Best an thx, Benjamin



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/External-base-layers-in-Fusion-tp5181188p5189467.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Can't start service anymore

2015-01-12 Thread BenjaminZ
The problem is solved: I replaced the 'Repositories' directory with an empty
folder structure. Now the service can be started again without any problem.

Thanks for your help, Benjamin



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Can-t-start-service-anymore-tp5177642p5181189.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] External base layers in Fusion

2015-01-12 Thread BenjaminZ
Platform: Windows Server 2008 R2, AIMS 2015, Fusion Layout

We created our own tilecaching service based on mapproxy. I'd like to
integrate this service like Google Maps, OSM etc. in fusion.
Are there any informations about how to integrate in fusion?

Best and thx, Benjamin



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/External-base-layers-in-Fusion-tp5181188.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Can't start service anymore

2014-12-12 Thread BenjaminZ
Hi all

Platform: Windows Server 2008 R2
While migrating from AIMS 2013 to AIMS 2015 suddenly the service crashed and
couldn't be started again. I tried to start with mgserver2015.exe and I did
not get an error message in the cmd.

Error.log from mapserver shows:

Error: Ausnahmefehler in DB-XML-Komponente aufgetreten.
Error: Invalid argument
 StackTrace:
  - MgServer.open() Zeile 1302 Datei
e:\build\2015\di_ims2015_96_1-1403796\ent\os\server\src\core\Server.cpp
  - MgServiceManager.Initialize() Zeile 146 Datei
E:\Build\2015\DI_IMS2015_96_1-1403796\Ent\OS\Server\src\Common\Manager\ServiceManager.cpp
  - MgServerResourceService.OpenRepositories() Zeile 225 Datei
e:\build\2015\di_ims2015_96_1-1403796\ent\os\server\src\services\resource\ServerResourceService.cpp
  - MgLibraryRepository.MgLibraryRepository() Zeile 70 Datei
e:\build\2015\di_ims2015_96_1-1403796\ent\os\server\src\services\resource\LibraryRepository.cpp
  - MgResourceContainer.MgResourceContainer() Zeile 140 Datei
e:\build\2015\di_ims2015_96_1-1403796\ent\os\server\src\services\resource\ResourceContainer.cpp
 
2014-12-12T15:10:12   5768
 Success: Server stopped.

Best and thanks, Benjamin



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Can-t-start-service-anymore-tp5177642.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Integration of GoogleStreetViewer widget in Fusion

2013-02-12 Thread BenjaminZ
Hi all!

I'm working with AIMS 2013 SP1 on Windows 2008 R2 IIS7. I would like to
integrate the GoogleStreetViewer widget in my fusion layout. I copied all
files from http://trac.osgeo.org/fusion/browser/trunk/widgets concerning
StreetViewer widget to my widget directory. I integrated
GoogleStreetViewer.js to compile in FusionSF.js. I also copied
DragFeature.js and SymbolLayer.js to the lib directory.

I can't see any new widget in my fusion Layout to add to my application -
what did I forgot?

Thx and best, Benjamin



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Integration-of-GoogleStreetViewer-widget-in-Fusion-tp5033734.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Fusion Measure Widget

2012-08-03 Thread BenjaminZ
Hi all

Does anyone has a good example or idea on how measurements can be saved
temporary so that they can be printed?

Thx, Benjamin



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Fusion-Measure-Widget-tp4992984.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MGOS 2.4 RC1: Quick Plot Scaling Issue

2012-07-18 Thread BenjaminZ
I tested with different coordinate system settings for maps and data sets and
had the same error.

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MGOS-2-4-RC1-Quick-Plot-Scaling-Issue-tp4988171p4988953.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MGOS 2.4 RC1: Quick Plot Scaling Issue

2012-07-18 Thread BenjaminZ
Hi Jackie

Where can I find Fusion PDF plotting code?

- Benjamin

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MGOS-2-4-RC1-Quick-Plot-Scaling-Issue-tp4988171p4988987.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MGOS 2.4 RC1: Quick Plot Scaling Issue

2012-07-18 Thread BenjaminZ
When code will be saved as a zip? http://download.osgeo.org/fusion/

Thx, Benjamin

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MGOS-2-4-RC1-Quick-Plot-Scaling-Issue-tp4988171p4989009.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MGOS 2.4 RC1: Quick Plot Scaling Issue

2012-07-18 Thread BenjaminZ
Hi Jackie
I Integrated the code an getting an Error in the generated PDF. Here ist the 
http://81.201.203.194/mapserver2013/AppExt/Pics/ERROR/PlotAsPDF.pdf Link  to
the generated PDF.

Application is 
http://81.201.203.194/mapserver2013/fusion/templates/mapguide/slate/index.html?ApplicationDefinition=Library%3a%2f%2fTestKoo1%2fTest.ApplicationDefinition
Here .


--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MGOS-2-4-RC1-Quick-Plot-Scaling-Issue-tp4988171p4989062.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MGOS 2.4 RC1: Quick Plot Scaling Issue

2012-07-18 Thread BenjaminZ
Where can I set/check these parameters?

thx, Benjamin

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MGOS-2-4-RC1-Quick-Plot-Scaling-Issue-tp4988171p4989091.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MGOS 2.4 RC1: Quick Plot Scaling Issue

2012-07-18 Thread BenjaminZ
I checked values in QuickPlotPanel.templ: paperSize, scaling, dpi are
defined.

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MGOS-2-4-RC1-Quick-Plot-Scaling-Issue-tp4988171p4989098.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users