Using MapGuide Overlays with Commercial Map Service Layers

7 messages Options
Embed this post
Permalink
Pedro Venâncio

Using MapGuide Overlays with Commercial Map Service Layers

Reply Threaded More More options
Print post
Permalink
Hello everyone!

I was trying to load google maps on fusion, following the instructions in "Using MapGuide Commercial Overlays with Map Service Layers", but ignoring the step "Fusion svn checkout in place of the bundled fusion installation". At the end, when I start the application, just get a blank page.

When I see the instructions to replace the bundled fusion installation, I noticed that this tutorial only works with installations with PHP, and I'm using MGOS2.1b with .NET.

Thus, to load the Commercial Service Map Layers, it is mandatory to do with PHP installation, then install the Fusion svn checkout and then follow the steps in the tutorial? To install the svn, it is sufficient to erase the contents of the folder fusion in /www/fusion/ and copy the files that are in http://svn.osgeo.org/fusion/trunk/?

Thank you very much!

Regards,
Pedro Venancio

PS: At this moment I'm running MGOS2.1 beta1 with IIS5.1 and. NET on Windows XP Pro w/SP2.


_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Paul Spencer-2

Re: Using MapGuide Overlays with Commercial Map Service Layers

Reply Threaded More More options
Print post
Permalink
Fusion doesn't have any support for .NET at this time, it would  
require all the PHP scripts to be ported to .NET.  I believe that it  
is possible to mix the two, using PHP for the stock fusion stuff and  
using .NET for tasks to be run in the task pane.

If you want to update fusion, you should:

1) rename fusion to fusion.old (or something like that)
2) check out fusion/trunk from svn and put it in the same place as  
fusion.old
3) copy fusion.old/templates and paste over fusion/templates (replace  
the one from fusion svn as it does not come with the mapguide templates)

Cheers

Paul

On 2009-08-28, at 9:03 AM, Pedro Venâncio wrote:

> Hello everyone!
>
> I was trying to load google maps on fusion, following the  
> instructions in "Using MapGuide Commercial Overlays with Map Service  
> Layers", but ignoring the step "Fusion svn checkout in place of the  
> bundled fusion installation". At the end, when I start the  
> application, just get a blank page.
>
> When I see the instructions to replace the bundled fusion  
> installation, I noticed that this tutorial only works with  
> installations with PHP, and I'm using MGOS2.1b with .NET.
>
> Thus, to load the Commercial Service Map Layers, it is mandatory to  
> do with PHP installation, then install the Fusion svn checkout and  
> then follow the steps in the tutorial? To install the svn, it is  
> sufficient to erase the contents of the folder fusion in /www/
> fusion/ and copy the files that are in http://svn.osgeo.org/fusion/trunk/?
>
> Thank you very much!
>
> Regards,
> Pedro Venancio
>
> PS: At this moment I'm running MGOS2.1 beta1 with IIS5.1 and. NET on  
> Windows XP Pro w/SP2.
>
> _______________________________________________
> fusion-users mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/fusion-users


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://research.dmsolutions.ca/

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Pedro Venâncio

Re: Using MapGuide Overlays with Commercial Map Service Layers

Reply Threaded More More options
Print post
Permalink
Hello Paul

First of all, thanks for your answer.

I started to install PHP with .NET, but did not work and other templates (slate, aqua, ...) also failed to load.

Then I did a clean install of Mapguide with PHP on a virtual machine, replaced the fusion folder with all files contained on this page http://svn.osgeo.org/fusion/trunk/, overwrite the folder templates and finally follow the steps listed here http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays.

However, the result was, again, a blank page (I´m using Firefox 3.5.2).

Is there anything else I can try?

Thank you very much!

Regards,
Pedro




--- On Sat, 8/29/09, Paul Spencer <[hidden email]> wrote:

Fusion doesn't have any support for .NET at this time, it would require all the PHP scripts to be ported to .NET.  I believe that it is possible to mix the two, using PHP for the stock fusion stuff and using .NET for tasks to be run in the task pane.

If you want to update fusion, you should:

1) rename fusion to fusion.old (or something like that)
2) check out fusion/trunk from svn and put it in the same place as fusion.old
3) copy fusion.old/templates and paste over fusion/templates (replace the one from fusion svn as it does not come with the mapguide templates)

Cheers

Paul

On 2009-08-28, at 9:03 AM, Pedro Venâncio wrote:

> Hello everyone!
>
> I was trying to load google maps on fusion, following the instructions in "Using MapGuide Commercial Overlays with Map Service Layers", but ignoring the step "Fusion svn checkout in place of the bundled fusion installation". At the end, when I start the application, just get a blank page.
>
> When I see the instructions to replace the bundled fusion installation, I noticed that this tutorial only works with installations with PHP, and I'm using MGOS2.1b with .NET.
>
> Thus, to load the Commercial Service Map Layers, it is mandatory to do with PHP installation, then install the Fusion svn checkout and then follow the steps in the tutorial? To install the svn, it is sufficient to erase the contents of the folder fusion in /www/fusion/ and copy the files that are in http://svn.osgeo.org/fusion/trunk/?
>
> Thank you very much!
>
> Regards,
> Pedro Venancio
>
> PS: At this moment I'm running MGOS2.1 beta1 with IIS5.1 and. NET on Windows XP Pro w/SP2.
>
> _______________________________________________
> fusion-users mailing list
> fusion-users@...
> http://lists.osgeo.org/mailman/listinfo/fusion-users


__________________________________________

   Paul Spencer
   Chief Technology Officer
   DM Solutions Group Inc
   http://research.dmsolutions.ca/



_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Paul Spencer-2

Re: Using MapGuide Overlays with Commercial Map Service Layers

Reply Threaded More More options
Print post
Permalink
I suspect the templates are expecting a 'single file build' of fusion,  
which I guess is not in SVN.  You can edit the index.html file and  
change the script tag that includes fusionSF.js to be just fusion.js  
OR you can get the Apache ANT build system and run the build file  
(build.xml) to create fusionSF.js and place it in the fusion/lib  
directory.

Cheers

Paul

On 2009-08-30, at 10:36 AM, Pedro Venâncio wrote:

> Hello Paul
>
> First of all, thanks for your answer.
>
> I started to install PHP with .NET, but did not work and other  
> templates (slate, aqua, ...) also failed to load.
>
> Then I did a clean install of Mapguide with PHP on a virtual  
> machine, replaced the fusion folder with all files contained on this  
> page http://svn.osgeo.org/fusion/trunk/, overwrite the folder  
> templates and finally follow the steps listed here http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays 
> .
>
> However, the result was, again, a blank page (I´m using Firefox  
> 3.5.2).
>
> Is there anything else I can try?
>
> Thank you very much!
>
> Regards,
> Pedro
>
>
>
>
> --- On Sat, 8/29/09, Paul Spencer <[hidden email]> wrote:
>
> Fusion doesn't have any support for .NET at this time, it would  
> require all the PHP scripts to be ported to .NET.  I believe that it  
> is possible to mix the two, using PHP for the stock fusion stuff and  
> using .NET for tasks to be run in the task pane.
>
> If you want to update fusion, you should:
>
> 1) rename fusion to fusion.old (or something like that)
> 2) check out fusion/trunk from svn and put it in the same place as  
> fusion.old
> 3) copy fusion.old/templates and paste over fusion/templates  
> (replace the one from fusion svn as it does not come with the  
> mapguide templates)
>
> Cheers
>
> Paul
>
> On 2009-08-28, at 9:03 AM, Pedro Venâncio wrote:
>
> > Hello everyone!
> >
> > I was trying to load google maps on fusion, following the  
> instructions in "Using MapGuide Commercial Overlays with Map Service  
> Layers", but ignoring the step "Fusion svn checkout in place of the  
> bundled fusion installation". At the end, when I start the  
> application, just get a blank page.
> >
> > When I see the instructions to replace the bundled fusion  
> installation, I noticed that this tutorial only works with  
> installations with PHP, and I'm using MGOS2.1b with .NET.
> >
> > Thus, to load the Commercial Service Map Layers, it is mandatory  
> to do with PHP installation, then install the Fusion svn checkout  
> and then follow the steps in the tutorial? To install the svn, it is  
> sufficient to erase the contents of the folder fusion in /www/
> fusion/ and copy the files that are in http://svn.osgeo.org/fusion/trunk/?
> >
> > Thank you very much!
> >
> > Regards,
> > Pedro Venancio
> >
> > PS: At this moment I'm running MGOS2.1 beta1 with IIS5.1 and. NET  
> on Windows XP Pro w/SP2.
> >
> > _______________________________________________
> > fusion-users mailing list
> > [hidden email]
> > http://lists.osgeo.org/mailman/listinfo/fusion-users
>
>
> __________________________________________
>
>    Paul Spencer
>    Chief Technology Officer
>    DM Solutions Group Inc
>    http://research.dmsolutions.ca/
>
>


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://research.dmsolutions.ca/

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Pedro Venâncio

Re: Using MapGuide Overlays with Commercial Map Service Layers

Reply Threaded More More options
Print post
Permalink
Paul

Once again, thanks for your reply.

The script tag in standard/index.html is already fusion.js (<script type="text/javascript" src="../../../lib/fusion.js"></ script>) and lib folder in svn ( http://svn.osgeo.org/fusion/trunk/lib/ ) only contains the fusion.js.

Right now I do not have enough knowledge to make a build, so I will wait for the next beta release, which I suppose will include all the changes, I am right?

Thank you very much!

Regards,
Pedro



--- On Mon, 8/31/09, Paul Spencer <[hidden email]> wrote:

I suspect the templates are expecting a 'single file build' of fusion, which I guess is not in SVN.  You can edit the index.html file and change the script tag that includes fusionSF.js to be just fusion.js OR you can get the Apache ANT build system and run the build file (build.xml) to create fusionSF.js and place it in the fusion/lib directory.

Cheers

Paul

On 2009-08-30, at 10:36 AM, Pedro Venâncio wrote:

> Hello Paul
>
> First of all, thanks for your answer.
>
> I started to install PHP with .NET, but did not work and other templates (slate, aqua, ...) also failed to load.
>
> Then I did a clean install of Mapguide with PHP on a virtual machine, replaced the fusion folder with all files contained on this page http://svn.osgeo.org/fusion/trunk/, overwrite the folder templates and finally follow the steps listed here http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays.
>
> However, the result was, again, a blank page (I´m using Firefox 3.5.2).
>
> Is there anything else I can try?
>
> Thank you very much!
>
> Regards,
> Pedro
>
>
>
>
> --- On Sat, 8/29/09, Paul Spencer <pspencer@...> wrote:
>
> Fusion doesn't have any support for .NET at this time, it would require all the PHP scripts to be ported to .NET.  I believe that it is possible to mix the two, using PHP for the stock fusion stuff and using .NET for tasks to be run in the task pane.
>
> If you want to update fusion, you should:
>
> 1) rename fusion to fusion.old (or something like that)
> 2) check out fusion/trunk from svn and put it in the same place as fusion.old
> 3) copy fusion.old/templates and paste over fusion/templates (replace the one from fusion svn as it does not come with the mapguide templates)
>
> Cheers
>
> Paul
>
> On 2009-08-28, at 9:03 AM, Pedro Venâncio wrote:
>
> > Hello everyone!
> >
> > I was trying to load google maps on fusion, following the instructions in "Using MapGuide Commercial Overlays with Map Service Layers", but ignoring the step "Fusion svn checkout in place of the bundled fusion installation". At the end, when I start the application, just get a blank page.
> >
> > When I see the instructions to replace the bundled fusion installation, I noticed that this tutorial only works with installations with PHP, and I'm using MGOS2.1b with .NET.
> >
> > Thus, to load the Commercial Service Map Layers, it is mandatory to do with PHP installation, then install the Fusion svn checkout and then follow the steps in the tutorial? To install the svn, it is sufficient to erase the contents of the folder fusion in /www/fusion/ and copy the files that are in http://svn.osgeo.org/fusion/trunk/?
> >
> > Thank you very much!
> >
> > Regards,
> > Pedro Venancio
> >
> > PS: At this moment I'm running MGOS2.1 beta1 with IIS5.1 and. NET on Windows XP Pro w/SP2.
> >
> > _______________________________________________
> > fusion-users mailing list
> > fusion-users@...
> > http://lists.osgeo.org/mailman/listinfo/fusion-users
>
>
> __________________________________________
>
>    Paul Spencer
>    Chief Technology Officer
>    DM Solutions Group Inc
>    http://research.dmsolutions.ca/
>
>


__________________________________________

   Paul Spencer
   Chief Technology Officer
   DM Solutions Group Inc
   http://research.dmsolutions.ca/



_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Paul Spencer-2

Re: Using MapGuide Overlays with Commercial Map Service Layers

Reply Threaded More More options
Print post
Permalink
Do you get any error messages?  The best browser to try this in is  
firefox with the firebug extension enabled, the console tab often  
gives you a very good idea of what is going wrong.

Cheers

Paul

(oh and yes, the next beta will have everything set up correctly)

On 2009-08-31, at 7:16 AM, Pedro Venâncio wrote:

> Paul
>
> Once again, thanks for your reply.
>
> The script tag in standard/index.html is already fusion.js (<script  
> type="text/javascript" src="../../../lib/fusion.js"></ script>) and  
> lib folder in svn ( http://svn.osgeo.org/fusion/trunk/lib/ ) only  
> contains the fusion.js.
>
> Right now I do not have enough knowledge to make a build, so I will  
> wait for the next beta release, which I suppose will include all the  
> changes, I am right?
>
> Thank you very much!
>
> Regards,
> Pedro
>
>
>
> --- On Mon, 8/31/09, Paul Spencer <[hidden email]> wrote:
>
> I suspect the templates are expecting a 'single file build' of  
> fusion, which I guess is not in SVN.  You can edit the index.html  
> file and change the script tag that includes fusionSF.js to be just  
> fusion.js OR you can get the Apache ANT build system and run the  
> build file (build.xml) to create fusionSF.js and place it in the  
> fusion/lib directory.
>
> Cheers
>
> Paul
>
> On 2009-08-30, at 10:36 AM, Pedro Venâncio wrote:
>
> > Hello Paul
> >
> > First of all, thanks for your answer.
> >
> > I started to install PHP with .NET, but did not work and other  
> templates (slate, aqua, ...) also failed to load.
> >
> > Then I did a clean install of Mapguide with PHP on a virtual  
> machine, replaced the fusion folder with all files contained on this  
> page http://svn.osgeo.org/fusion/trunk/, overwrite the folder  
> templates and finally follow the steps listed here http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays 
> .
> >
> > However, the result was, again, a blank page (I´m using Firefox  
> 3.5.2).
> >
> > Is there anything else I can try?
> >
> > Thank you very much!
> >
> > Regards,
> > Pedro
> >
> >
> >
> >
> > --- On Sat, 8/29/09, Paul Spencer <[hidden email]> wrote:
> >
> > Fusion doesn't have any support for .NET at this time, it would  
> require all the PHP scripts to be ported to .NET.  I believe that it  
> is possible to mix the two, using PHP for the stock fusion stuff and  
> using .NET for tasks to be run in the task pane.
> >
> > If you want to update fusion, you should:
> >
> > 1) rename fusion to fusion.old (or something like that)
> > 2) check out fusion/trunk from svn and put it in the same place as  
> fusion.old
> > 3) copy fusion.old/templates and paste over fusion/templates  
> (replace the one from fusion svn as it does not come with the  
> mapguide templates)
> >
> > Cheers
> >
> > Paul
> >
> > On 2009-08-28, at 9:03 AM, Pedro Venâncio wrote:
> >
> > > Hello everyone!
> > >
> > > I was trying to load google maps on fusion, following the  
> instructions in "Using MapGuide Commercial Overlays with Map Service  
> Layers", but ignoring the step "Fusion svn checkout in place of the  
> bundled fusion installation". At the end, when I start the  
> application, just get a blank page.
> > >
> > > When I see the instructions to replace the bundled fusion  
> installation, I noticed that this tutorial only works with  
> installations with PHP, and I'm using MGOS2.1b with .NET.
> > >
> > > Thus, to load the Commercial Service Map Layers, it is mandatory  
> to do with PHP installation, then install the Fusion svn checkout  
> and then follow the steps in the tutorial? To install the svn, it is  
> sufficient to erase the contents of the folder fusion in /www/
> fusion/ and copy the files that are in http://svn.osgeo.org/fusion/trunk/?
> > >
> > > Thank you very much!
> > >
> > > Regards,
> > > Pedro Venancio
> > >
> > > PS: At this moment I'm running MGOS2.1 beta1 with IIS5.1 and.  
> NET on Windows XP Pro w/SP2.
> > >
> > > _______________________________________________
> > > fusion-users mailing list
> > > [hidden email]
> > > http://lists.osgeo.org/mailman/listinfo/fusion-users
> >
> >
> > __________________________________________
> >
> >    Paul Spencer
> >    Chief Technology Officer
> >    DM Solutions Group Inc
> >    http://research.dmsolutions.ca/
> >
> >
>
>
> __________________________________________
>
>    Paul Spencer
>    Chief Technology Officer
>    DM Solutions Group Inc
>    http://research.dmsolutions.ca/
>
>


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://research.dmsolutions.ca/

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Pedro Venâncio

Re: Using MapGuide Overlays with Commercial Map Service Layers

Reply Threaded More More options
Print post
Permalink
Hello Paul,

No, I don't get any error message, just a blank page (with firefox 3.5.2).

So I guess I'll wait for the next beta release!

Thank you very much for your help Paul!

Regards,
Pedro



--- On Mon, 8/31/09, Paul Spencer <[hidden email]> wrote:


Do you get any error messages?  The best browser to try this in is firefox with the firebug extension enabled, the console tab often gives you a very good idea of what is going wrong.

Cheers

Paul

(oh and yes, the next beta will have everything set up correctly)

On 2009-08-31, at 7:16 AM, Pedro Venâncio wrote:

> Paul
>
> Once again, thanks for your reply.
>
> The script tag in standard/index.html is already fusion.js (<script type="text/javascript" src="../../../lib/fusion.js"></ script>) and lib folder in svn ( http://svn.osgeo.org/fusion/trunk/lib/ ) only contains the fusion.js.
>
> Right now I do not have enough knowledge to make a build, so I will wait for the next beta release, which I suppose will include all the changes, I am right?
>
> Thank you very much!
>
> Regards,
> Pedro
>
>
>
> --- On Mon, 8/31/09, Paul Spencer <pspencer@...> wrote:
>
> I suspect the templates are expecting a 'single file build' of fusion, which I guess is not in SVN.  You can edit the index.html file and change the script tag that includes fusionSF.js to be just fusion.js OR you can get the Apache ANT build system and run the build file (build.xml) to create fusionSF.js and place it in the fusion/lib directory.
>
> Cheers
>
> Paul
>
> On 2009-08-30, at 10:36 AM, Pedro Venâncio wrote:
>
> > Hello Paul
> >
> > First of all, thanks for your answer.
> >
> > I started to install PHP with .NET, but did not work and other templates (slate, aqua, ...) also failed to load.
> >
> > Then I did a clean install of Mapguide with PHP on a virtual machine, replaced the fusion folder with all files contained on this page http://svn.osgeo.org/fusion/trunk/, overwrite the folder templates and finally follow the steps listed here http://trac.osgeo.org/fusion/wiki/MapGuideCommercialOverlays.
> >
> > However, the result was, again, a blank page (I´m using Firefox 3.5.2).
> >
> > Is there anything else I can try?
> >
> > Thank you very much!
> >
> > Regards,
> > Pedro
> >
> >
> >
> >
> > --- On Sat, 8/29/09, Paul Spencer <pspencer@...> wrote:
> >
> > Fusion doesn't have any support for .NET at this time, it would require all the PHP scripts to be ported to .NET.  I believe that it is possible to mix the two, using PHP for the stock fusion stuff and using .NET for tasks to be run in the task pane.
> >
> > If you want to update fusion, you should:
> >
> > 1) rename fusion to fusion.old (or something like that)
> > 2) check out fusion/trunk from svn and put it in the same place as fusion.old
> > 3) copy fusion.old/templates and paste over fusion/templates (replace the one from fusion svn as it does not come with the mapguide templates)
> >
> > Cheers
> >
> > Paul
> >
> > On 2009-08-28, at 9:03 AM, Pedro Venâncio wrote:
> >
> > > Hello everyone!
> > >
> > > I was trying to load google maps on fusion, following the instructions in "Using MapGuide Commercial Overlays with Map Service Layers", but ignoring the step "Fusion svn checkout in place of the bundled fusion installation". At the end, when I start the application, just get a blank page.
> > >
> > > When I see the instructions to replace the bundled fusion installation, I noticed that this tutorial only works with installations with PHP, and I'm using MGOS2.1b with .NET.
> > >
> > > Thus, to load the Commercial Service Map Layers, it is mandatory to do with PHP installation, then install the Fusion svn checkout and then follow the steps in the tutorial? To install the svn, it is sufficient to erase the contents of the folder fusion in /www/fusion/ and copy the files that are in http://svn.osgeo.org/fusion/trunk/?
> > >
> > > Thank you very much!
> > >
> > > Regards,
> > > Pedro Venancio
> > >
> > > PS: At this moment I'm running MGOS2.1 beta1 with IIS5.1 and. NET on Windows XP Pro w/SP2.
> > >
> > > _______________________________________________
> > > fusion-users mailing list
> > > fusion-users@...
> > > http://lists.osgeo.org/mailman/listinfo/fusion-users
> >
> >
> > __________________________________________
> >
> >    Paul Spencer
> >    Chief Technology Officer
> >    DM Solutions Group Inc
> >    http://research.dmsolutions.ca/
> >
> >
>
>
> __________________________________________
>
>    Paul Spencer
>    Chief Technology Officer
>    DM Solutions Group Inc
>    http://research.dmsolutions.ca/
>
>


__________________________________________

   Paul Spencer
   Chief Technology Officer
   DM Solutions Group Inc
   http://research.dmsolutions.ca/



_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users