From renolionheart at gmail.com Tue Jun 2 09:26:34 2015 From: renolionheart at gmail.com (RenoSun) Date: Tue, 2 Jun 2015 09:26:34 -0700 (PDT) Subject: [mapguide-users] mapguide-rest feature requests Message-ID: <1433262394956-5208708.post@n6.nabble.com> 1.mapguide-rest search results For the GeoRest, if only one result is found, it will display page with single templates. If there is no result will use None template. However, mapguide-rest only uses the many templates to display the result to me when there is only one/no records being found. For example, there is no RNAME like NORTHT http://localhost/mapguide/rest/data/property/.html?filter=RNAME%20LIKE%20%27NORTHT%25%27 2.BBOX filter and Coordinate Transformation It will be a good feature if the mapguide-rest allow users to do spatial query using BBOX with transformed coordinates if they are using transformto URL parameters. For example, the feature originally is in UTM84-10N coordinate system. No Result http://localhost/mapguide/rest/library/DatabaseName/FolderName/data/FeatureName.FeatureSource/features.geojson/dbo/Building?transformto=LL84&BBOX=-124.3991,49.35648,-124.3983,49.35709 Working (BBOX using original coordinate system) http://localhost/mapguide/rest/library/DatabaseName/FolderName/data/FeatureName.FeatureSource/features.geojson/dbo/Building?transformto=LL84&BBOX=390000,5463999,400000,5468999 Thanks!!! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-rest-feature-requests-tp5208708.html Sent from the MapGuide Users mailing list archive at Nabble.com. From mgvillablanca at yahoo.com Tue Jun 2 12:53:49 2015 From: mgvillablanca at yahoo.com (Mauricio Villablanca) Date: Tue, 2 Jun 2015 12:53:49 -0700 (PDT) Subject: [mapguide-users] Copy coordinates to clipboard In-Reply-To: <03469BAD-FFEF-4394-95D9-215526EF8258@andreotti.ch> References: <03469BAD-FFEF-4394-95D9-215526EF8258@andreotti.ch> Message-ID: <1433274829680-5208742.post@n6.nabble.com> It's not possible to copy text to the clipboard using javascript. It can be done in Flash though. You might to want create a SWF control in a hidden frame of the Mapguide web layout and pass the text you want to copy to the clipboard as parameter. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Copy-coordinates-to-clipboard-tp5205969p5208742.html Sent from the MapGuide Users mailing list archive at Nabble.com. From jerome.duckers at gmail.com Tue Jun 2 23:57:08 2015 From: jerome.duckers at gmail.com (=?UTF-8?B?SsOpcsO0bWUgRFVDS0VSUw==?=) Date: Wed, 3 Jun 2015 08:57:08 +0200 Subject: [mapguide-users] Copy coordinates to clipboard In-Reply-To: <1433274829680-5208742.post@n6.nabble.com> References: <03469BAD-FFEF-4394-95D9-215526EF8258@andreotti.ch> <1433274829680-5208742.post@n6.nabble.com> Message-ID: Hi Andreotti, Here i solve the problem like that : calling a new window : * function CopytoClipboard(text) { window.open("./CopyToClipboard.html?text="+text,'','width=0px,height=0px'); }* And in this blank window : * * ** I hope it will help you ;) Duck. 2015-06-02 21:53 GMT+02:00 Mauricio Villablanca : > It's not possible to copy text to the clipboard using javascript. It can be > done in Flash though. > > You might to want create a SWF control in a hidden frame of the Mapguide > web > layout and pass the text you want to copy to the clipboard as parameter. > > > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/Copy-coordinates-to-clipboard-tp5205969p5208742.html > Sent from the MapGuide Users mailing list archive at Nabble.com. > _______________________________________________ > mapguide-users mailing list > mapguide-users at lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/mapguide-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maria.kallbach at geoplanteam.ch Wed Jun 3 02:59:52 2015 From: maria.kallbach at geoplanteam.ch (torrini) Date: Wed, 3 Jun 2015 02:59:52 -0700 (PDT) Subject: [mapguide-users] initial task in taskpane In-Reply-To: <1284091945893-5517078.post@n2.nabble.com> References: <1284089037892-5517001.post@n2.nabble.com> <1284091945893-5517078.post@n2.nabble.com> Message-ID: <1433325592276-5208856.post@n6.nabble.com> Hi Jackie, I just copied this code-sample in MapGuide 3.0 beta 2. Unfortunately it won't work. Are there any API changes which I have to respect? -torrini -- View this message in context: http://osgeo-org.1560.x6.nabble.com/initial-task-in-taskpane-tp4186789p5208856.html Sent from the MapGuide Users mailing list archive at Nabble.com. From jumpinjackie at gmail.com Wed Jun 10 09:08:43 2015 From: jumpinjackie at gmail.com (Jackie Ng) Date: Wed, 10 Jun 2015 09:08:43 -0700 (PDT) Subject: [mapguide-users] mapguide-rest 1.0 RC2 Message-ID: <1433952523689-5210209.post@n6.nabble.com> Hi All, I've released the 2nd release candidate of mapguide-rest 1.0. https://github.com/jumpinjackie/mapguide-rest/releases/tag/1.0-rc2 A summary of this release can be found on my blog post http://themapguyde.blogspot.com.au/2015/06/announcing-mapguide-rest-10-rc2.html - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-rest-1-0-RC2-tp5210209.html Sent from the MapGuide Users mailing list archive at Nabble.com. From jumpinjackie at gmail.com Mon Jun 15 10:32:56 2015 From: jumpinjackie at gmail.com (Jackie Ng) Date: Tue, 16 Jun 2015 03:32:56 +1000 Subject: [mapguide-users] MapGuide Open Source 3.0 RC1 released Message-ID: We are pleased to announce that the MapGuide Open Source project team has made MapGuide Open Source 3.0 RC1 available Release notes: http://trac.osgeo.org/mapguide/wiki/Release/3.0/Notes Downloads: http://trac.osgeo.org/mapguide/wiki/Release/3.0/Notes#Installation Documentation: Updated Developer's Guide, API reference documentation and sample code are now included with the installer. The release notes contain information on API changes for MapGuide 3.0 If you find a defect, please report it using http://trac.osgeo.org/mapguide An important thing to note about this release is that several USA-specific coordinate system grid files have been omitted from all installation packages. This would only affect users whose maps and data use a US-based coordinate system based on an NSRS datum (see: http://trac.osgeo.org/csmap/wiki/CsMapRfc7 for more information). If you are one such affected user, we've provided these omitted data files as a supplemental download that's available in the release notes page. Also once again, a reminder that the 64-bit Linux builds we make available are recommended only for testing purposes and should not be considered for production deployment for this release cycle, even when 3.0 goes final. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gordon.luckett at arrowgeomatics.com Mon Jun 15 12:38:51 2015 From: gordon.luckett at arrowgeomatics.com (GordonL) Date: Mon, 15 Jun 2015 12:38:51 -0700 (PDT) Subject: [mapguide-users] mapguide-rest 1.0 RC2 In-Reply-To: <1433952523689-5210209.post@n6.nabble.com> References: <1433952523689-5210209.post@n6.nabble.com> Message-ID: <1434397131671-5211108.post@n6.nabble.com> Thanks for keeping up the mapguide-rest project. For anyone who uses jQuery, I swear mapguide-rest is a god-send! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-rest-1-0-RC2-tp5210209p5211108.html Sent from the MapGuide Users mailing list archive at Nabble.com. From gordon.luckett at arrowgeomatics.com Mon Jun 15 12:40:46 2015 From: gordon.luckett at arrowgeomatics.com (GordonL) Date: Mon, 15 Jun 2015 12:40:46 -0700 (PDT) Subject: [mapguide-users] MapGuide Open Source 3.0 RC1 released In-Reply-To: References: Message-ID: <1434397246447-5211109.post@n6.nabble.com> Did any of the GDAL connections to MR SID and ECW make it into this build? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-Open-Source-3-0-RC1-released-tp5211084p5211109.html Sent from the MapGuide Users mailing list archive at Nabble.com. From jumpinjackie at gmail.com Mon Jun 15 18:45:42 2015 From: jumpinjackie at gmail.com (Jackie Ng) Date: Mon, 15 Jun 2015 18:45:42 -0700 (PDT) Subject: [mapguide-users] MapGuide Open Source 3.0 RC1 released In-Reply-To: <1434397246447-5211109.post@n6.nabble.com> References: <1434397246447-5211109.post@n6.nabble.com> Message-ID: <1434419142089-5211140.post@n6.nabble.com> As mentioned in my custom GDAL build notes. There *will not* be any MrSID support and ECW is limited to the 3.x SDK. I do not have the MrSID SDK and GISInternals do not offer MSVC2012 compiled GDAL 1.10 binaries (the custom build I put up is built from the GISInternals SDK for 1.11 hacked up to work against 1.10 that we have in FDO) - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-Open-Source-3-0-RC1-released-tp5211084p5211140.html Sent from the MapGuide Users mailing list archive at Nabble.com. From renolionheart at gmail.com Tue Jun 16 12:20:51 2015 From: renolionheart at gmail.com (RenoSun) Date: Tue, 16 Jun 2015 12:20:51 -0700 (PDT) Subject: [mapguide-users] mapguide-rest 1.0 RC2 In-Reply-To: <1433952523689-5210209.post@n6.nabble.com> References: <1433952523689-5210209.post@n6.nabble.com> Message-ID: <1434482451869-5211321.post@n6.nabble.com> Yeah! Thanks Jackie! It make Mapguide/AIMS be more powerful, and more potential. Mapguide users now can use mapguide-rest to complete various web-based mapping/GIS projects so easily. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-rest-1-0-RC2-tp5210209p5211321.html Sent from the MapGuide Users mailing list archive at Nabble.com. From stevenlgolden at gmail.com Tue Jun 16 13:38:24 2015 From: stevenlgolden at gmail.com (Steve Golden) Date: Tue, 16 Jun 2015 13:38:24 -0700 (PDT) Subject: [mapguide-users] external query to Mapguide In-Reply-To: <1434483388970-5211327.post@n6.nabble.com> References: <1434483388970-5211327.post@n6.nabble.com> Message-ID: <1434487104573-5211334.post@n6.nabble.com> I am not sure I entirely understand your question, but you might want to look into mapguide-rest: https://github.com/jumpinjackie/mapguide-rest Read the wiki for some documentation and examples: https://github.com/jumpinjackie/mapguide-rest/wiki -- View this message in context: http://osgeo-org.1560.x6.nabble.com/external-query-to-Mapguide-tp5211327p5211334.html Sent from the MapGuide Users mailing list archive at Nabble.com. From david.hequet at free.fr Wed Jun 17 01:07:29 2015 From: david.hequet at free.fr (David Hequet) Date: Wed, 17 Jun 2015 01:07:29 -0700 (PDT) Subject: [mapguide-users] multiple mapguide instance on win64 / .net development environment Message-ID: <1434528449418-5211386.post@n6.nabble.com> Hi, I'm working on multiple applications web application using 2.3,2.4,2.5 mapguide version. i put the mapguide path of current application in development in windows path. When i want to switch to another application i have to change the value in path, that's ok, but i need to reboot windows to make it work. Do you know how to unload mapguide dll from memory? resetting iis is not enough. Thank you, David -- View this message in context: http://osgeo-org.1560.x6.nabble.com/multiple-mapguide-instance-on-win64-net-development-environment-tp5211386.html Sent from the MapGuide Users mailing list archive at Nabble.com. From hm at geograf.dk Wed Jun 17 01:40:10 2015 From: hm at geograf.dk (Hans Milling) Date: Wed, 17 Jun 2015 01:40:10 -0700 (PDT) Subject: [mapguide-users] multiple mapguide instance on win64 / .net development environment In-Reply-To: <1434528449418-5211386.post@n6.nabble.com> References: <1434528449418-5211386.post@n6.nabble.com> Message-ID: <1434530410815-5211391.post@n6.nabble.com> Hi David Just restart the MapGuide service, that should do the trick. Best regards Hans Milling... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/multiple-mapguide-instance-on-win64-net-development-environment-tp5211386p5211391.html Sent from the MapGuide Users mailing list archive at Nabble.com. From gordon.luckett at arrowgeomatics.com Wed Jun 17 12:07:28 2015 From: gordon.luckett at arrowgeomatics.com (GordonL) Date: Wed, 17 Jun 2015 12:07:28 -0700 (PDT) Subject: [mapguide-users] PDF report using TCPDF and MapGuide RenderMap .... help In-Reply-To: <1432597043091-5207488.post@n6.nabble.com> References: <1432597043091-5207488.post@n6.nabble.com> Message-ID: <1434568048193-5211490.post@n6.nabble.com> I have tried this link to fix the font performance issue with TCPDF: http://www.bitrealm.net/2010/08/tcpdf-is-slow-here-is-the-solution/ -- View this message in context: http://osgeo-org.1560.x6.nabble.com/PDF-report-using-TCPDF-and-MapGuide-RenderMap-help-tp5207488p5211490.html Sent from the MapGuide Users mailing list archive at Nabble.com. From rodolfoamoreno at gmail.com Tue Jun 23 10:14:02 2015 From: rodolfoamoreno at gmail.com (Rodolfo Moreno) Date: Tue, 23 Jun 2015 10:14:02 -0700 (PDT) Subject: [mapguide-users] Kaliopa mobile viewer with google maps as base layer Message-ID: <1435079642044-5212543.post@n6.nabble.com> Hi all, Someone knows how to add google maps as base layer in the kaliopa mobile viewer? Thanks in advance. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Kaliopa-mobile-viewer-with-google-maps-as-base-layer-tp5212543.html Sent from the MapGuide Users mailing list archive at Nabble.com. From xin.jin at pcni.org Wed Jun 24 09:03:44 2015 From: xin.jin at pcni.org (xjin2) Date: Wed, 24 Jun 2015 09:03:44 -0700 (PDT) Subject: [mapguide-users] MapGuide site administration page can't access after reboot Message-ID: <1435161824330-5212750.post@n6.nabble.com> Hello all, I'm new to the Mapguide. I had Mapguide all set up on Google Cloud Computer. And I reboot the VM on Google Cloud Computer, after the reboot. The MapGuide site administration page can't access any more, shows Not Found 404. JDK is all set The Apache-httpd is running good, I can see the welcome page. The tomcat is running good, I can see the welcome page. Start the mgserver.sh successfully. Pretty much, everything is running smoothly until I reboot the system. I don't have any idea how to fix this problem. Please help!!!!! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-site-administration-page-can-t-access-after-reboot-tp5212750.html Sent from the MapGuide Users mailing list archive at Nabble.com. From jumpinjackie at gmail.com Wed Jun 24 17:52:52 2015 From: jumpinjackie at gmail.com (Jackie Ng) Date: Wed, 24 Jun 2015 17:52:52 -0700 (PDT) Subject: [mapguide-users] MapGuide site administration page can't access after reboot In-Reply-To: <1435161824330-5212750.post@n6.nabble.com> References: <1435161824330-5212750.post@n6.nabble.com> Message-ID: <1435193572356-5212834.post@n6.nabble.com> You need to make sure that a /var/lock/mgserver directory is created before starting up the MapGuide Server. That directory is made as part of installation, but is cleared on reboot on most Linux systems. You can edit mgserver.sh/mgserverd.sh to make this directory before running mgserver. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-site-administration-page-can-t-access-after-reboot-tp5212750p5212834.html Sent from the MapGuide Users mailing list archive at Nabble.com. From xin.jin at pcni.org Wed Jun 24 21:34:54 2015 From: xin.jin at pcni.org (xjin2) Date: Wed, 24 Jun 2015 21:34:54 -0700 (PDT) Subject: [mapguide-users] MapGuide site administration page can't access after reboot In-Reply-To: <1435193572356-5212834.post@n6.nabble.com> References: <1435161824330-5212750.post@n6.nabble.com> <1435193572356-5212834.post@n6.nabble.com> Message-ID: <1435206894555-5212845.post@n6.nabble.com> Thank you Jackie. *Here is my mgserver.sh after I edited.* #!/bin/bash if [ ! -d /var/lock/mgserver ]; then mkdir -p /var/lock/mgserver; fi; export PATH=/usr/local/mapguideopensource-2.6.0/server/bin:$PATH export MENTOR_DICTIONARY_PATH=/usr/local/mapguideopensource-2.6.0/share/gis/coordsys export LD_LIBRARY_PATH=/usr/local/fdo-3.9.0/lib:"$LD_LIBRARY_PATH" export NLSPATH=/usr/local/fdo-3.9.0/nls/%N:"$NLSPATH" pushd /usr/local/mapguideopensource-2.6.0/server/bin ./mgserver run popd But still no luck. *Server is runing:* [xjin at mapguide-centos bin]$ sudo ./mgserver.sh /usr/local/mapguideopensource-2.6.0/server/bin /usr/local/mapguideopensource-2.6.0/server/bin Running the server interactively as an application instead of as a service. (4152108864) Server starting... (4152108864) Mentor Coordinate System Library (using path: /usr/local/mapguideopensource-2.6.0/share/gis/coordsy s/) (4152108864) Server started. Error Logs is clear. Apache and Tomcat is up and running. Still can't access to the login page. Do I need to do anything about php? Thank you Xin -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-site-administration-page-can-t-access-after-reboot-tp5212750p5212845.html Sent from the MapGuide Users mailing list archive at Nabble.com. From jumpinjackie at gmail.com Thu Jun 25 18:29:50 2015 From: jumpinjackie at gmail.com (Jackie Ng) Date: Thu, 25 Jun 2015 18:29:50 -0700 (PDT) Subject: [mapguide-users] MapGuide site administration page can't access after reboot In-Reply-To: <1435206894555-5212845.post@n6.nabble.com> References: <1435161824330-5212750.post@n6.nabble.com> <1435193572356-5212834.post@n6.nabble.com> <1435206894555-5212845.post@n6.nabble.com> Message-ID: <1435282190664-5213033.post@n6.nabble.com> Can you access the mapagent test pages? And if so, do any of the operations work? - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-site-administration-page-can-t-access-after-reboot-tp5212750p5213033.html Sent from the MapGuide Users mailing list archive at Nabble.com. From xin.jin at pcni.org Fri Jun 26 06:46:28 2015 From: xin.jin at pcni.org (xjin2) Date: Fri, 26 Jun 2015 06:46:28 -0700 (PDT) Subject: [mapguide-users] MapGuide site administration page can't access after reboot In-Reply-To: <1435282190664-5213033.post@n6.nabble.com> References: <1435161824330-5212750.post@n6.nabble.com> <1435193572356-5212834.post@n6.nabble.com> <1435206894555-5212845.post@n6.nabble.com> <1435282190664-5213033.post@n6.nabble.com> Message-ID: <1435326388501-5213121.post@n6.nabble.com> I can not access the following URLs: "*Configuring Apache HTTP Server* This URL should display the standard Apache welcome page. http://localhost:8008/mapguide/mapagent/mapagent.fcgi? OPERATION=ENUMERATERESOURCES&VERSION=1.0.0&RESOURCEID=Library:// This URL should return an XML document listing the contents of the MapGuide repository. Enter Administrator for the user id and admin for the password. http://localhost:8008/mapguide/mapagent/index.html This URL is a set of test forms for the map agent. The .html and .js files should be removed from the mapagent directory in a production environment. *Configuring PHP* The installation procedure installs PHP and supporting files. By default, the files are installed in /usr/local/mapguideopensource/webserverextensions/php If you used the --prefix= Prefix option with the build_apt.sh command, the files are installed in Prefix /webserverextensions/php The file php.ini-mapguide in the LinuxApt directory is used as a template for creating php/lib/php.ini. Paths in the template are changed to reflect the installation directories. To check if PHP has been installed successfully, test the following URLs: http://localhost:8008/mapguide/phpinfo.php This URL should display the standard PHP info page. The string MapGuideApi should appear midway through the page. http://localhost:8008/mapguide/mapadmin/login.php This URL should display the MapGuide site administration page. Enter Administrator for the user id and admin for the password." Thank you Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-site-administration-page-can-t-access-after-reboot-tp5212750p5213121.html Sent from the MapGuide Users mailing list archive at Nabble.com. From martin.morrison at edsi.com Fri Jun 26 06:55:27 2015 From: martin.morrison at edsi.com (Martin Morrison) Date: Fri, 26 Jun 2015 13:55:27 +0000 Subject: [mapguide-users] MapGuide site administration page can't access after reboot In-Reply-To: <1435326388501-5213121.post@n6.nabble.com> References: <1435161824330-5212750.post@n6.nabble.com> <1435193572356-5212834.post@n6.nabble.com> <1435206894555-5212845.post@n6.nabble.com> <1435282190664-5213033.post@n6.nabble.com> <1435326388501-5213121.post@n6.nabble.com> Message-ID: http://localhost:8008/mapguide/mapagent/mapagent.fcgi? This should be changed to: http://***YOUR_SERVER_NAME _OR_IP***:8008/mapguide/mapagent/mapagent.fcgi? Martin Morrison Application Engineer Engineering Design Systems, Inc. 3780 Peters Creek Rd Ext SW Roanoke, VA? 24018 540.345.1410 gis.edsi.com -----Original Message----- From: mapguide-users-bounces at lists.osgeo.org [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of xjin2 Sent: Friday, June 26, 2015 9:46 AM To: mapguide-users at lists.osgeo.org Subject: Re: [mapguide-users] MapGuide site administration page can't access after reboot I can not access the following URLs: "*Configuring Apache HTTP Server* This URL should display the standard Apache welcome page. http://localhost:8008/mapguide/mapagent/mapagent.fcgi? OPERATION=ENUMERATERESOURCES&VERSION=1.0.0&RESOURCEID=Library:// This URL should return an XML document listing the contents of the MapGuide repository. Enter Administrator for the user id and admin for the password. http://localhost:8008/mapguide/mapagent/index.html This URL is a set of test forms for the map agent. The .html and .js files should be removed from the mapagent directory in a production environment. *Configuring PHP* The installation procedure installs PHP and supporting files. By default, the files are installed in /usr/local/mapguideopensource/webserverextensions/php If you used the --prefix= Prefix option with the build_apt.sh command, the files are installed in Prefix /webserverextensions/php The file php.ini-mapguide in the LinuxApt directory is used as a template for creating php/lib/php.ini. Paths in the template are changed to reflect the installation directories. To check if PHP has been installed successfully, test the following URLs: http://localhost:8008/mapguide/phpinfo.php This URL should display the standard PHP info page. The string MapGuideApi should appear midway through the page. http://localhost:8008/mapguide/mapadmin/login.php This URL should display the MapGuide site administration page. Enter Administrator for the user id and admin for the password." Thank you Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-site-administration-page-can-t-access-after-reboot-tp5212750p5213121.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list mapguide-users at lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users From xin.jin at pcni.org Fri Jun 26 06:59:53 2015 From: xin.jin at pcni.org (xjin2) Date: Fri, 26 Jun 2015 06:59:53 -0700 (PDT) Subject: [mapguide-users] MapGuide site administration page can't access after reboot In-Reply-To: References: <1435161824330-5212750.post@n6.nabble.com> <1435193572356-5212834.post@n6.nabble.com> <1435206894555-5212845.post@n6.nabble.com> <1435282190664-5213033.post@n6.nabble.com> <1435326388501-5213121.post@n6.nabble.com> Message-ID: <1435327193284-5213125.post@n6.nabble.com> Yes Martin. I changed it to my server IP address. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-site-administration-page-can-t-access-after-reboot-tp5212750p5213125.html Sent from the MapGuide Users mailing list archive at Nabble.com. From srecko.lipovsek at kaliopa.si Fri Jun 26 12:00:50 2015 From: srecko.lipovsek at kaliopa.si (Srecko Lipovsek) Date: Fri, 26 Jun 2015 12:00:50 -0700 (PDT) Subject: [mapguide-users] Kaliopa mobile viewer with google maps as base layer In-Reply-To: <1435079642044-5212543.post@n6.nabble.com> References: <1435079642044-5212543.post@n6.nabble.com> Message-ID: <1435345250517-5213179.post@n6.nabble.com> Hi Rodolfo, First you need set right coordinate system in your MapDefinition. Coordinate system should be the same as in Google Maps - pseudo mercator EPSG:3857 ... Then you should create custom OpenLayers build where classes for Google Maps Layer from OpenLayers are included. In Kaliopa Mobile Viewer Gogle Maps is not included by default. There you should also first take full Openlayers.js file and later create lightweight Openlayers.js file where you chose what you need - you get smaller file. And in last step you need to add Google Maps Layer ... look into OpenLayers Examples how to Add Google Maps Layer and put that javascript code into default.js file. Then run minify.bat ... I think that Reno Sun has created this. Look at http://maps.qualicumbeach.com and search for mobile Viewer. If you need litle bit of help creating this let me know ... ;) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Kaliopa-mobile-viewer-with-google-maps-as-base-layer-tp5212543p5213179.html Sent from the MapGuide Users mailing list archive at Nabble.com. From gordon.luckett at arrowgeomatics.com Fri Jun 26 12:54:15 2015 From: gordon.luckett at arrowgeomatics.com (GordonL) Date: Fri, 26 Jun 2015 12:54:15 -0700 (PDT) Subject: [mapguide-users] ASCII CODE IN TOOLTIPS Message-ID: <1435348455464-5213188.post@n6.nabble.com> Has anyone had success in adding a ascii code to the tooltip? I am trying to replace spaces with carriage returns but TRANSLATE only allows replacement of a single character - that single charater can be CHR(32) but I can't figure out how to pass it For example: TRANSLATE(NAME1, ' ', '\n') replaces the space with a backslash. TRANSLATE(NAME1, ' ', chr(32)) - shows only "TEXT" TRANSLATE(NAME1, ' ', CHAR(32)) - does the same any ideas? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/ASCII-CODE-IN-TOOLTIPS-tp5213188.html Sent from the MapGuide Users mailing list archive at Nabble.com. From gordon.luckett at arrowgeomatics.com Sat Jun 27 14:39:03 2015 From: gordon.luckett at arrowgeomatics.com (GordonL) Date: Sat, 27 Jun 2015 14:39:03 -0700 (PDT) Subject: [mapguide-users] external query to Mapguide In-Reply-To: <1434483388970-5211327.post@n6.nabble.com> References: <1434483388970-5211327.post@n6.nabble.com> Message-ID: <1435441143446-5213251.post@n6.nabble.com> Perhaps this post might work for you? https://mapguide.wordpress.com/2013/06/11/autodesk-infrastructure-map-server-auto-zoom-on-load/ I pass the query such as: http://localhost/mapguide/fusion/templates/mapguide/slate/index.html ?LAYERNAME=Roads &KEYNAME=ID &KEY=644,684 &ISSTRING=1 Where you can pass a comma delimited list of keys to the INDEX.html page and automatically zoom and select the features.... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/external-query-to-Mapguide-tp5211327p5213251.html Sent from the MapGuide Users mailing list archive at Nabble.com. From renolionheart at gmail.com Sat Jun 27 16:48:47 2015 From: renolionheart at gmail.com (RenoSun) Date: Sat, 27 Jun 2015 16:48:47 -0700 (PDT) Subject: [mapguide-users] Kaliopa mobile viewer with google maps as base layer In-Reply-To: <1435079642044-5212543.post@n6.nabble.com> References: <1435079642044-5212543.post@n6.nabble.com> Message-ID: <1435448927805-5213262.post@n6.nabble.com> Hi Rodolfo, You should be able to find initwms() function under Defaults.aspx. Then, you can add following codes. var GoogleSatellite = new OpenLayers.Layer.OSM("Google Satellite", ["http://mt1.google.com/vt/lyrs=y&x=${x}&y=${y}&z=${z}"], { numZoomLevels: 23, sphericalMercator: true,transitionEffect: 'resize' }); var GoogleStreet = new OpenLayers.Layer.OSM("Google Street", ["http://mt1.google.com/vt/x=${x}&y=${y}&z=${z}"], { numZoomLevels: 23, sphericalMercator: true,transitionEffect: 'resize' }); There are a lots of based map options. Nokia Here: http://1.aerial.maps.cit.api.here.com/maptile/2.1/maptile/newest/satellite.day/${z}/${x}/${y}/256/png8?app_id=DemoAppId01082013GAL&app_code=AJKnXv84fjrb0KIHawS0Tg Bing Map: var aerial = new OpenLayers.Layer.Bing({ key: "APIKEY", type: "Aerial", name: "Bing", numZoomLevels: 23, sphericalMercator: true, transitionEffect: 'resize' }); Other Openlayers Options: //Water Color var wc = new OpenLayers.Layer.OSM("Water Color", ["http://d.tile.stamen.com/watercolor/${z}/${x}/${y}.jpg"], { numZoomLevels: 23, sphericalMercator: true,transitionEffect: 'resize' }); //Bicycle var bc = new OpenLayers.Layer.OSM("Bicycle", ["http://b.tile.thunderforest.com/cycle/${z}/${x}/${y}.png"], { numZoomLevels: 23, sphericalMercator: true,transitionEffect: 'resize' }); //Transport var transp = new OpenLayers.Layer.OSM("Transport", ["http://b.tile.thunderforest.com/transport/${z}/${x}/${y}.png"], { numZoomLevels: 23, sphericalMercator: true,transitionEffect: 'resize' }); Also, you can set the initial visibility of each based map. Example: wc.setVisibility(false); bc.setVisibility(false); transp.setVisibility(false); toner.setVisibility(false); Finally, add following code to add all the based map layers into the map. map.addLayers([GoogleSatellite,GoogleStreet, wc, bc ,transp, toner]); Let me know if you have other questions. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Kaliopa-mobile-viewer-with-google-maps-as-base-layer-tp5212543p5213262.html Sent from the MapGuide Users mailing list archive at Nabble.com. From david.hequet at free.fr Mon Jun 29 01:48:23 2015 From: david.hequet at free.fr (David Hequet) Date: Mon, 29 Jun 2015 01:48:23 -0700 (PDT) Subject: [mapguide-users] multiple mapguide instance on win64 / .net development environment In-Reply-To: <1434530410815-5211391.post@n6.nabble.com> References: <1434528449418-5211386.post@n6.nabble.com> <1434530410815-5211391.post@n6.nabble.com> Message-ID: <1435567703502-5213342.post@n6.nabble.com> I forgot, i have no serveur on my workstation, only mapagents -- View this message in context: http://osgeo-org.1560.x6.nabble.com/multiple-mapguide-instance-on-win64-net-development-environment-tp5211386p5213342.html Sent from the MapGuide Users mailing list archive at Nabble.com. From maria.kallbach at geoplanteam.ch Mon Jun 29 02:37:43 2015 From: maria.kallbach at geoplanteam.ch (torrini) Date: Mon, 29 Jun 2015 02:37:43 -0700 (PDT) Subject: [mapguide-users] initial task in taskpane In-Reply-To: <1284091945893-5517078.post@n2.nabble.com> References: <1284089037892-5517001.post@n2.nabble.com> <1284091945893-5517078.post@n2.nabble.com> Message-ID: <1435570663228-5213354.post@n6.nabble.com> Hi Jackie, Hi list, my fault. In Ajax it works as expected. I tried hard to do implement it in fusion layout. I would like to have a search as the initial task in TaskPane. Can you or anyone in the list help me to get going with this, please? -torrini -- View this message in context: http://osgeo-org.1560.x6.nabble.com/initial-task-in-taskpane-tp4186789p5213354.html Sent from the MapGuide Users mailing list archive at Nabble.com. From bernhard.maehler at gmx.de Mon Jun 29 12:22:50 2015 From: bernhard.maehler at gmx.de (Bernhard Maehler) Date: Mon, 29 Jun 2015 12:22:50 -0700 (PDT) Subject: [mapguide-users] initial task in taskpane In-Reply-To: <1435570663228-5213354.post@n6.nabble.com> References: <1284089037892-5517001.post@n2.nabble.com> <1284091945893-5517078.post@n2.nabble.com> <1435570663228-5213354.post@n6.nabble.com> Message-ID: <1435605770132-5213459.post@n6.nabble.com> I am not sure if you want to integrate your own search function or the fusion search widget as Inital Task. In case you want to integrate the fusion search widget, you can refer to fusion/widgets/Search/SearchPrompt.php with the required parameters. Example for Inital Task URL: http://path/to/SearchPrompt.php?locale=&target=&title=&prompt=<prompt>&popup=<popup>&filter=<filter>&layer=<layer>&limit=<limit>&properties<properties>&propNames=<probNames> Parameters: <locale> = the default locale (for example "en" or "de") <target> = the target (for example "TaskPane") <title> = the title (for example "Search%20for%20address") <prompt> = the prompt (for example "Enter%20a%20part%20of%20the%20street%20name") <popup> = "true" or "false" <filter> = the filter expression for the property of the layer (for example address%20LIKE%20%20('%25%24USER_VARIABLE%25') <layer > = the name of the layer resource <limit> = the maximum number of search results that will be listed (for example "1000") <properties> = the property of the layer that you want to search for (for example "address") <probNames> = the header of the result list (for example "Address") Regard that the URL has to be converted into a valid ASCII format or that you have to encode your URL (http://www.w3schools.com/tags/ref_urlencode.asp). Advice: If you have already integrate the search widget in your WebLayout, view the access.log of your Web server to find out the correct URL & parameters. Bernhard -- View this message in context: http://osgeo-org.1560.x6.nabble.com/initial-task-in-taskpane-tp4186789p5213459.html Sent from the MapGuide Users mailing list archive at Nabble.com. From rodolfoamoreno at gmail.com Tue Jun 30 12:59:35 2015 From: rodolfoamoreno at gmail.com (Rodolfo Moreno) Date: Tue, 30 Jun 2015 12:59:35 -0700 (PDT) Subject: [mapguide-users] Kaliopa mobile viewer with google maps as base layer In-Reply-To: <1435448927805-5213262.post@n6.nabble.com> References: <1435079642044-5212543.post@n6.nabble.com> <1435448927805-5213262.post@n6.nabble.com> Message-ID: <1435694375065-5213669.post@n6.nabble.com> Thanks Srecko and RenoSun. I have have downloaded all 2.12 openlayers version (is the same of the Kalipopa Mobile Viewer) to have the Google and other base map classes. I call this library in the default.aspx, next I added the code that RenoSun suggests me. function initWms(){ wmsLayArr1 = new Array(); //list of base layers wmsLayArr2 = new Hashtable(); //list of base layers ids // CODE ADDED var GoogleStreet = new OpenLayers.Layer.OSM("Google Street", ["http://mt1.google.com/vt/x=${x}&y=${y}&z=${z}"], { numZoomLevels: 23, sphericalMercator: true,transitionEffect: 'resize' }); map.addLayers([GoogleStreet]); } Then the Kaliopa mobile viewer shows the GoogleStreet base maps but my mapguide map is not displayed any more. I supposed that the google layers are overlaping my mapguide maps (on the top) thus I added the following code: map.setLayerIndex(GoogleStreet, 0); In order to put the GoogleLayer in the bottom of my map but even I cant view my mapguide map. What it would be the problem? Thanks in advance -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Kaliopa-mobile-viewer-with-google-maps-as-base-layer-tp5212543p5213669.html Sent from the MapGuide Users mailing list archive at Nabble.com.