[mapguide-users] Re: Mapguide won't display all features from King Oracle connections

2010-10-22 Thread Mauricio Villablanca

I ended up exporting the data to SDF format, loaded it in Mapguide Studio,
changed my script a bit and it now works fine.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Mapguide-won-t-display-all-features-from-King-Oracle-connections-tp5657213p5664679.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] URL Parameters

2010-10-22 Thread Jason Birch
You might be better off asking on the fusion list. Show/hide groups is
broken too in my experience, I think because of timing issues.

On 2010-10-22, GordonL  wrote:
>
> Using the Fusion URL Parameters you can do quite a lot.
>
> - choose the default extents of the map ?extents=-118,45,-117,46
>
> - choose the map (using patch http://trac.osgeo.org/fusion/ticket/65)
> &mgmapresourceid=Library://Maps/myMap.MapDefinition  (this might be called
> "theme" now)
>
> -choose the Web Layout
>
> Some other URL parameters are showgroups/hidegroups/showlayers
>
> I love the URL parameters because you can save/bookmark them.
>
> Only issue.  the hidelayers/showlayers does not update the legend - too bad.
>
> Is there a fix?
>
>
> --
> View this message in context:
> http://osgeo-org.1803224.n2.nabble.com/URL-Parameters-tp5662444p5662444.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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] Buffer Overflow on MGOS 2.1

2010-10-22 Thread Trevor Wekel
Our GSOC student was working on upgrades to our Oem libraries (Berkeley db, 
etc) to support native compilation on GCC 4.3 and later.

Regards,
Trevor


-Original Message-
From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of 
tceverl...@yahoo.co.uk
Sent: October 22, 2010 6:08 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] Buffer Overflow on MGOS 2.1

If I may ask, what exactly was the GSoC student doing?



- Original Message 
From: Jason Birch 
To: MapGuide Users Mail List 
Sent: Fri, 22 October, 2010 14:23:33
Subject: Re: [mapguide-users] Buffer Overflow on MGOS 2.1

Glad to hear you were successful. Hopefully we'll get to a better
linux build/install story with the changes in 2.2 and beyond. It's
unfortunate that we lost our GSoC student who was working on this :(

On 2010-10-21, tceverl...@yahoo.co.uk  wrote:
> I have resolved the problem and have gotten MGOS 2.1 to work on Ubuntu 9.04.
>
> It was somehow caused by the build process somehow using both GCC 4.1.3 and
> GCC
> 4.3.3 for certain different packages. Relinking "gcc" and "g++" to "gcc-4.1"
> and
> "g++-4.1" resolves my issue. Doing that also eliminates the need for quite a
> number of hacks previously seen in the mailing list for building MGOS 2.1 on
> Ubuntu 9.04. Probably also applicable for Ubuntu 8.04 and MGOS 2.0, but I
> have
> not tested.
>
> Best regards.

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



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

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


[mapguide-users] Re: Tiled Maps and Fusion - revisited

2010-10-22 Thread GordonL

That makes sense.  So the Overview map works like the AJAX...so the Tiled Map
layers show.  Ok, that is too bad-  I guess I can use an openlayers call to
put tiled layers in behind, but then you lose some functionality..


-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Tiled-Maps-and-Fusion-revisited-tp5649456p5662688.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] Re: Tiled Maps and Fusion - revisited

2010-10-22 Thread Wilson Herrera

i think the trouble comes from the fact that the overview map uses the
getmapimage action in the mapagent, so this behavior is the same as printing
( is the same call), if you can get mapagent to include the google layers,
then the problem is fixed.

this of course is just the result of a quick view of the code, so i may be
terribly wrong but you cannot deny that the same thing happens when you try
to print.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Tiled-Maps-and-Fusion-revisited-tp5649456p5662608.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] Polygon fill foreground color from FDO property problem

2010-10-22 Thread Turcsanyi Zoltan
Hi Zac,
Thank you, it works now,
but I have another problem:

In the legend doesn't seem to appear the right color (only black square).
Is there any workaround to solve this?

Thx
zoli...

2010.10.21. 2:48 Zac Spitzer:
> I think you need to try putting POPULATION in quotes to be evaluated
>
> 2010/10/21 Turcsanyi Zoltan :
>> Hi All,
>>
>> I need some help about simple polygon filling with custom color.
>> I'd like to fill polygons with colors stored in database (mapped to an FDO 
>> property).
>> I'have tried to edit the layerdefinition xml, but no success.
>> Is there any option to do this?
>>
>> Relevant code from the xml:
>> ...
>>SDOOBJ
>>
>>  
>>
>>  
>>  
>>  
>>
>>  Solid
>>  POPULATION
>>  FF00
>>
>>  
>>
>>  
>>
>> ...
>>
>> where POPULATION is the FDO string property - containing int values.
>>
>> TIA
>> zolinko
>>
>> ___
>> mapguide-users mailing list
>> mapguide-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
>
>
>

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


[mapguide-users] URL Parameters

2010-10-22 Thread GordonL

Using the Fusion URL Parameters you can do quite a lot.  

- choose the default extents of the map ?extents=-118,45,-117,46

- choose the map (using patch http://trac.osgeo.org/fusion/ticket/65)
&mgmapresourceid=Library://Maps/myMap.MapDefinition  (this might be called
"theme" now)

-choose the Web Layout

Some other URL parameters are showgroups/hidegroups/showlayers

I love the URL parameters because you can save/bookmark them.  

Only issue.  the hidelayers/showlayers does not update the legend - too bad. 

Is there a fix?


-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/URL-Parameters-tp5662444p5662444.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] Re: (1092688208) Resource was not found: Library://Samples/Layouts/Sample.WebLayout

2010-10-22 Thread everling

I have noticed that under some strange circumstances, exports may be
invisible to running applications despite manually and successfully testing
the variable before and after executing the application.

I just encountered the same problem here and resolved this by copying the
export lines into the "/etc/environment" and then relogin before starting
the server. I hope this helps you.

For the curious, the default value of
"/opt/Autodesk/mapguideenterprise2010/share/gis/coordsys" was set in
"MgDev/Common/CoordinateSystem/CoordSysCatalog.cpp" on line 227. And the
error message came from  line 240 of the same file.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/1092688208-Resource-was-not-found-Library-Samples-Layouts-Sample-WebLayout-tp4780445p5662411.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] Buffer Overflow on MGOS 2.1

2010-10-22 Thread tceverling
If I may ask, what exactly was the GSoC student doing?



- Original Message 
From: Jason Birch 
To: MapGuide Users Mail List 
Sent: Fri, 22 October, 2010 14:23:33
Subject: Re: [mapguide-users] Buffer Overflow on MGOS 2.1

Glad to hear you were successful. Hopefully we'll get to a better
linux build/install story with the changes in 2.2 and beyond. It's
unfortunate that we lost our GSoC student who was working on this :(

On 2010-10-21, tceverl...@yahoo.co.uk  wrote:
> I have resolved the problem and have gotten MGOS 2.1 to work on Ubuntu 9.04.
>
> It was somehow caused by the build process somehow using both GCC 4.1.3 and
> GCC
> 4.3.3 for certain different packages. Relinking "gcc" and "g++" to "gcc-4.1"
> and
> "g++-4.1" resolves my issue. Doing that also eliminates the need for quite a
> number of hacks previously seen in the mailing list for building MGOS 2.1 on
> Ubuntu 9.04. Probably also applicable for Ubuntu 8.04 and MGOS 2.0, but I
> have
> not tested.
>
> Best regards.

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




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


[mapguide-users] Re: Maestro 3.0 test build #1

2010-10-22 Thread Jackie Ng

.net Framework 2.0 SP1

If you have .net Framework 3.5 installed, this is included as part of the
installation.

- Jackie
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Maestro-3-0-test-build-1-tp5657585p5662089.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] Re: Maestro 3.0 test build #1

2010-10-22 Thread Gabriele Monfardini
Which are the requirements of Maestro 3.0 test build #1?

In particular, on which version of Windows it works? Does it require a
particular version of .Net?

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


[mapguide-users] Re: Maestro 3.0 test build #1

2010-10-22 Thread Jackie Ng

Another note I'd like to add:

Of all the resource editors, the Layer Definition editor is the one which
requires the most attention from a testing perspective due to the large
number of options provided by the Layer Definition schema. If something's
missing (other than what's already stated) or broken, I'd really like to
know.

- Jackie
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Maestro-3-0-test-build-1-tp5657585p5661771.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