I do download the trunk version to try out the Fractional Zoom, it works
great in IE6.

However I got 2 issues, not sure if need to debug or wait for Mapbuilder
1.5cr2 or reslease version of Mapbuilder 1.5.

1. Everything is fine if all layers are gif.  After I changed Orthophoto
layer to png, left half of map is always blank.
2. Fractional Zoom always call proxy for projection purpose if using
Firefox, but not for IE6



Andreas Hocevar-2 wrote:
> 
> Toan,
>> Thank you. Where can I download the trunk version of Mapbuilder? I 
>> haven't downloaded it yet before.
> 
> See http://communitymapbuilder.org/display/MAP/SVN+Repository
> 
>> I want to print a feature which user have chose. But before printing, 
>> I must zoom to this feature (I get the bbox of this feature from 
>> PostGIS), but when I zoom to the bbox of this feature, sometimes 
>> Mapbuilder zoom to orther bbox, so a part of feature may be lot (out 
>> of MapPaneOL). So I can't get bbox and scale of Mapbuilder. I must get 
>> Map from Geoserver by URL request, so I don't know scale of Map I get.
> 
> I assume you are using the WfsGetFeature widget to retrieve your feature 
> from GeoServer. Once you have thas in GmlRendererOL (id "gmlRenderer" in 
> your config), you can use something like
> 
> var map = config.objects.mainMap.map;
> var feature = map.getLayersByName("gmlRenderer")[0].features[0];
> var bounds = feature.geometry.getBounds();
> map.setCenter(bounds, map.getZoomForExtent(bounds));
> 
> 
> Regards,
> Andreas.
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Mapbuilder-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/About-the-scale-in-Mapbuilder-tp15750676p15855618.html
Sent from the MapBuilder Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to