Re: [mapguide-users] MGOS layers with Google Maps API?

2017-09-28 Thread open_saucer
@RenoSun thanks!.  I'm still trying to work on it, have been busy with school
and other projects.  I'm sure I will have a few more questions later on. 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] MGOS layers with Google Maps API?

2017-05-21 Thread open_saucer
Hey guys, thanks for bearing with me with all of my previous questions, as
I'm still new to MGOS.  
I'm a user of Esri products, and have some experience with ArcGIS Server.
And now I'm trying to replicate that with MGOS.  
So in ArcGIS Server the workflow is publish the layers in ArcMap, and the
layers is in a rest service url after publishing it.  Then we can reference
those layers' rest url, reference the ArcGIS JavaScript API and utilize the
API library to interact with the layers.  

Does MGOS have similar workflow like with ArcGIS Server?  After I create the
Vector Layer Definition, 
I'm planning to use Google Maps API to interact with MGOS Vector Layer
Definition, could that happen?  Could I open up Notepad++, create the HTML
file, reference the url to Google maps API and the url to the MGOS vector
layer definition and use the API library to interact with the data?  i.e.
use the InfoWindow object in the API to display information in a pop up
window?  Thanks in advance.  



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MGOS-layers-with-Google-Maps-API-tp5321213.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] How to connect oracle by using Mapguide Maestro

2017-05-15 Thread open_saucer
Thanks Bernhard,
you are right, it was with the 32 bit vs 64 bit Oracle client.  

I originally installed oracle 32 bit client because I thought that's what I
needed due to a Oracle 32 bit database I had installed on my db server.  It
is now working because of the installation of a 64 bit Oracle Client on the
MG server instead of 32.

Several of the screenshots was with different version of MG installed (2.6,
then 3.0), because I thought I'd test it out on different version of MG to
see if its working.  It turns out to be the Oracle Client bit issue instead.

Sorry for the confusion! 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-connect-oracle-by-using-Mapguide-Maestro-tp4195265p5320611.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] King Oracle Provider in MG2.5 64bit.

2017-05-15 Thread open_saucer
problem solved!



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/King-Oracle-Provider-in-MG2-5-64bit-tp5053884p5320612.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] King Oracle Provider in MG2.5 64bit.

2017-05-14 Thread open_saucer
Bumping this thread. I still have the same problem. 

 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/King-Oracle-Provider-in-MG2-5-64bit-tp5053884p5320476.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] How to connect oracle by using Mapguide Maestro

2017-05-13 Thread open_saucer
Hey guys, I'm still haven't trouble connecting. I'm getting error(see
screenshot) when choosing Oracle Provider in the Select FDO Provider dialog
box.  Please any pointers would help.  Thanks! 
 
 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-connect-oracle-by-using-Mapguide-Maestro-tp4195265p5320464.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] .mgp with Feature Source Oracle?

2017-05-09 Thread open_saucer
Thanks Jerto, this definitely helps.  
It confirms what I'm thinking.  Sorry for the confusion guys.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mgp-with-Feature-Source-Oracle-tp5319793p5319916.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] .mgp with Feature Source Oracle?

2017-05-08 Thread open_saucer
I don't intend to move data from one server to another.  I shouldn't have to,
if there is an Oracle DB that have spatial table right?  I can just let any
MapGuide Server access the Oracle DB, read the spatial table and
serve/publish that spatial table  as an layers/maps/etcs.   

So really there is no need to create an .mgp package right? If I do decide
to create .mgp package of the Oracle DB, then could I just choose one
spatial table to create a package, just for that table?  Or do I have to
create a package of the whole Oracle DB with all the spatial tables in it? 
that wouldn't be good if the Oracle DB instance is really big,  like more
than 30gb with all those spatial tables in it.  





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mgp-with-Feature-Source-Oracle-tp5319793p5319803.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] .mgp with Feature Source Oracle?

2017-05-08 Thread open_saucer
Is it a requirement to create a .mgp pakage from feature source oracle?  

My plan workflow is to connect to Oracle--> choose a spatial table and
create a vector layer definition from the Oracle database --> once I have
the layer then I should able to use that layer to create a web map
application right?   
 
So there is no need to create a .mgp package of the entire Oracle db and
then Load Package from Site Administrator right?  

Any pointers would be appreciated.  Thanks,



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mgp-with-Feature-Source-Oracle-tp5319793.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] How to connect oracle by using Mapguide Maestro

2017-05-04 Thread open_saucer
Thanks Jackie, now that I've edited the xml
I got 2 errors happened after I click on Oracle Provider in the Select FDO
Provider dialog box.  

 
 
 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-connect-oracle-by-using-Mapguide-Maestro-tp4195265p5319378.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] How to connect oracle by using Mapguide Maestro

2017-05-03 Thread open_saucer
Ok still cannot get it to work. This is my workflow, if I'm leaving anything
out please let me know.

Machine 1(Windows Server 2012 R2): Oracle 11g r2 32bit installed 

Machine 2(Windows Server 2008 R2: MG Open Source 2.6 and Maestro 5.1
Installed. Then install Oracle Client 32bit- full installation with
Administrator.  Put in the tnsnames.ora, was able to access db on Machine 1
via sqlplus and sql Devloper.  Downloaded fdokingoracle - 3.9.0 6802.tar.gz,
extracted out to a default folder named "Bin", inside there are 3
dlls.(KingOracleMessage, KingOracleOverrides,KingOracleProvider). Copy the 3
dlls into the FDO folder(see 2nd screenshot). Restart Machine 2, then start
up Maestro and Feature Source via New Resource but no Oracle Provider
present in the Select FDO Provider dialog window. I've attached some
screenshot of my MG installed path/environment  

Also at Mark_Volz(LeapCAD); I can't find the "providers.xml" anywhere in my
MG path/environment.

 
 
 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-connect-oracle-by-using-Mapguide-Maestro-tp4195265p5319332.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] How to connect oracle by using Mapguide Maestro

2017-05-03 Thread open_saucer
Thanks Jackie,  
What do you mean OCI.dll? when I extract the tar.gz I only get three dlls. 
Is there some other files or dlls that I have to have? 

 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-connect-oracle-by-using-Mapguide-Maestro-tp4195265p5319309.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] How to connect oracle by using Mapguide Maestro

2017-05-03 Thread open_saucer
Hey guys I still cannot seem to connect to Oracle, hence bumping this old
thread. 

I've downloaded the KingOracle FDO provider and extracted with a Bin folder
containing 3 dlls.  I stop MG service, and I grab the 3 dlls and put it in
my C:\Program Files\OSGeo\MapGuide\Server\Fdo folder.  Start the MG service
again and went into Maestro and click on Feature Source, the dialog window
pop up with all the usual option providers but No Oracle. 

Should I also install a Oracle Client on the MG's machine as well? 

Machine 1: MG Open Source 2.6 and Maestro 
Machine 2: Oracle 11g r2

Thanks guys! 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-connect-oracle-by-using-Mapguide-Maestro-tp4195265p5319237.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Splitting up Services

2017-05-02 Thread open_saucer
Thanks Steve. 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Splitting-up-Services-tp5318424p5319148.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] Splitting up Services

2017-04-25 Thread open_saucer
Hello everyone! please bear with me as I'm still somewhat new to this MG Open
Source.  I read that we can split up services as MG have 7 services I
believe; Site, Resource, Drawing, Feature, Mapping, Rendering and Tile.   
Mapping and Rendering is the most processor intensive work.  How would I go
about splitting it up into a another server?  I've look and search and could
not find the instruction.  I know there is a Configure Service in the Site
Administrator, but there is no instructions on how to actually splitting it
up.  Any pointers would be appreciated.   

My current plan for set up is 2 vm servers;  MGvm1, MGvm2.  Have all the
services beside Mapping and Rendering, on MGvm1  and MGvm2 have take Mapping
and Rendering.   
Also what if I install MapGuide Open Source on both VMs, would that help to
balance things?  Thanks guys! 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Splitting-up-Services-tp5318424.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users