yep the dynamic layer one<br><br><div class="gmail_quote">On Wed, Oct 28, 2009 at 2:56 PM, A H <span dir="ltr">&lt;<a href="mailto:hizperion@hotmail.com">hizperion@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
yeah.. but all the samples i looked only use Base Layer Group when using<br>
tiled map :(<br>
or is it the one called dynamicLayer in<br>
<a href="http://trac.osgeo.org/mapguide/attachment/wiki/CodeSamples/JavaScript/OpenlayersExample/sheboygan.php" target="_blank">http://trac.osgeo.org/mapguide/attachment/wiki/CodeSamples/JavaScript/OpenlayersExample/sheboygan.php</a><br>

?<br>
<br>
<br>
the resource problem should be solved in 2.1, since i&#39;ve been tracking the<br>
ticket too.<br>
<div><div></div><div class="h5"><br>
<br>
<br>
zspitzer wrote:<br>
&gt;<br>
&gt; did you have a look at<br>
&gt;<br>
&gt; <a href="http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/OpenlayersExample" target="_blank">http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/OpenlayersExample</a><br>
&gt;<br>
&gt; i&#39;m pretty sure that problem was resolved in 2.1<br>
&gt;<br>
&gt; ?<br>
&gt;<br>
&gt; On Wed, Oct 28, 2009 at 1:39 PM, A H &lt;<a href="mailto:hizperion@hotmail.com">hizperion@hotmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; my system have a problem with 2.0 versions regarding the feature still<br>
&gt;&gt; being<br>
&gt;&gt; locked after its updated i think (i forgot the details, but i will try<br>
&gt;&gt; upgrading it soon), and i&#39;m trying to save hassle installing/uninstalling<br>
&gt;&gt; beta version in the production servers (didn&#39;t know that it will take<br>
&gt;&gt; this<br>
&gt;&gt; long for 2.1).<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; could you help me with OpenLayers definition to add more layers in?<br>
&gt;&gt;<br>
&gt;&gt; this is a piece of the OL function<br>
&gt;&gt;<br>
&gt;&gt;            function initTiled(){<br>
&gt;&gt;<br>
&gt;&gt;            var extent = new<br>
&gt;&gt; OpenLayers.Bounds(85.000000,-11.000000,130.000000,19.000000);<br>
&gt;&gt;            var tempScales =<br>
&gt;&gt;<br>
&gt;&gt; [500,994.13360,1976.60324,3930.01542,7813.92080,15536.16253,30890.04252,61417.65868,122114.71687,242796.68742,482744.69230,959825.44253,1908389.45481,3794388.17705,7544257.59473,15000000];<br>
&gt;&gt;            var mapOptions = {<br>
&gt;&gt;                maxExtent: extent,<br>
&gt;&gt;                scales: tempScales,<br>
&gt;&gt;                                controls: [<br>
&gt;&gt;                        new OpenLayers.Control.Navigation(),<br>
&gt;&gt;                        new OpenLayers.Control.PanZoomBar(),<br>
&gt;&gt;                        new OpenLayers.Control.Permalink(),<br>
&gt;&gt;                        new OpenLayers.Control.ScaleLine(),<br>
&gt;&gt;                        new OpenLayers.Control.Permalink(&#39;permalink&#39;),<br>
&gt;&gt;                        new OpenLayers.Control.MousePosition(),<br>
&gt;&gt;                        new OpenLayers.Control.OverviewMap()<br>
&gt;&gt;                    ]<br>
&gt;&gt;            };<br>
&gt;&gt;            map = new OpenLayers.Map( &#39;mapT&#39;, mapOptions );<br>
&gt;&gt;<br>
&gt;&gt;            var params = {<br>
&gt;&gt;              mapdefinition:<br>
&gt;&gt; &#39;Library://World/Maps/worldmap_tiled.MapDefinition&#39;,<br>
&gt;&gt;              basemaplayergroupname: &quot;Base Layer Group&quot;<br>
&gt;&gt;            }<br>
&gt;&gt;            var options = {<br>
&gt;&gt;              singleTile: false<br>
&gt;&gt;            }<br>
&gt;&gt;            var layer = new OpenLayers.Layer.MapGuide( &quot;MapGuide OS tiled<br>
&gt;&gt; layer&quot;, url, params, options );<br>
&gt;&gt;            map.addLayer(layer);<br>
&gt;&gt;            }<br>
&gt;&gt;<br>
&gt;&gt; thank you for your reply.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; zspitzer wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; well, 1.2 is pretty old, can you try this out the 2.0.2 release or the<br>
&gt;&gt; &gt; unoffical 2.1 beta?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; if it&#39;s been resolved in subsequent versions, it&#39;s very unlikely to be<br>
&gt;&gt; &gt; backported<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ith regards to OL, you would just have two layers to the map?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Wed, Oct 28, 2009 at 1:05 PM, A H &lt;<a href="mailto:hizperion@hotmail.com">hizperion@hotmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; i&#39;m using MGOS 1.2 and MapGuide Studio 2008. i wanted to define a<br>
&gt;&gt; tiled<br>
&gt;&gt; &gt;&gt; map<br>
&gt;&gt; &gt;&gt; using Studio. i have several layers, some of them are area layers, and<br>
&gt;&gt; &gt;&gt; some<br>
&gt;&gt; &gt;&gt; are point layers.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; the problem is the symbols in this point layers doesn&#39;t appear on the<br>
&gt;&gt; map<br>
&gt;&gt; &gt;&gt; when i set it as Base layers to make a tiled map. only labels are<br>
&gt;&gt; &gt;&gt; displayed.<br>
&gt;&gt; &gt;&gt; i think this is a limitation, but is there any way to get around it?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; it could work if i use the Ajax viewer if i have both normal layers<br>
&gt;&gt; and<br>
&gt;&gt; &gt;&gt; base<br>
&gt;&gt; &gt;&gt; layers, but i&#39;m trying to use this map in OpenLayers. if i set the<br>
&gt;&gt; layers<br>
&gt;&gt; &gt;&gt; with symbols as normal layers (not as base layers), i don&#39;t know how<br>
&gt;&gt; to<br>
&gt;&gt; &gt;&gt; define it in OpenLayers.<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; View this message in context:<br>
&gt;&gt; &gt;&gt; <a href="http://n2.nabble.com/symbols-in-tiled-maps-tp3903114p3903114.html" target="_blank">http://n2.nabble.com/symbols-in-tiled-maps-tp3903114p3903114.html</a><br>
&gt;&gt; &gt;&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; mapguide-users mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Zac Spitzer -<br>
&gt;&gt; &gt; <a href="http://zacster.blogspot.com" target="_blank">http://zacster.blogspot.com</a><br>
&gt;&gt; &gt; +61 405 847 168<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; mapguide-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt;&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://n2.nabble.com/symbols-in-tiled-maps-tp3903114p3903225.html" target="_blank">http://n2.nabble.com/symbols-in-tiled-maps-tp3903114p3903225.html</a><br>
&gt;&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; mapguide-users mailing list<br>
&gt;&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Zac Spitzer -<br>
&gt; <a href="http://zacster.blogspot.com" target="_blank">http://zacster.blogspot.com</a><br>
&gt; +61 405 847 168<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mapguide-users mailing list<br>
&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;<br>
&gt;<br>
<br>
--<br>
</div></div>View this message in context: <a href="http://n2.nabble.com/symbols-in-tiled-maps-tp3903114p3903460.html" target="_blank">http://n2.nabble.com/symbols-in-tiled-maps-tp3903114p3903460.html</a><br>
<div><div></div><div class="h5">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Zac Spitzer -<br><a href="http://zacster.blogspot.com">http://zacster.blogspot.com</a><br>+61 405 847 168<br>