<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello everyone!<br>
<br>
I have a problem with my project.<br>
I can't navigate in the map.<br>
Pan and zoomin don't work.<br>
I have read the corresponding chapter in Cartoweb Manual <br>
and besides the statements that i thing that i need for my project<br>
but i can't find if i ommit a mandatory statement.<br>
<br>
<br>
Bellow i quote the contents of the location.ini files.<br>
<br>
<u><b>Client_conf</b></u><br>
<br>
recenterActive = true<br>
<br>
scalesActive = true<br>
freeScaleActive=false<br>
<br>
shortcutsActive = false<br>
<br>
idRecenterActive = false<br>
<br>
scaleUnitLimit=10000<br>
<br>
<br>
panRatio = 0.75<br>
<br>
<br>
<u><b>server_conf</b></u><br>
<br>
<br>
<br>
<br>
<br>
; minimum scale <br>
;minScale=50000<br>
<br>
recenterMargin=30<br>
<br>
noBboxAdjusting=false<br>
; if true, only specified discrete scales (see below) can be set<br>
scaleModeDiscrete=true<br>
<br>
; discrete scales<br>
scales.0.label=1/25 000<br>
scales.0.value=25000<br>
scales.0.visible=true<br>
<br>
scales.1.label=1/500 000<br>
scales.1.value=500000<br>
scales.1.visible=true<br>
<br>
scales.2.label=1/750 000<br>
scales.2.value=750000<br>
scales.2.visible=true<br>
<br>
scales.3.label=1/1 500 000<br>
scales.3.value=1500000<br>
scales.3.visible=true<br>
<br>
scales.4.label=1/2 500 000<br>
scales.4.value=2500000<br>
scales.4.visible=true<br>
<br>
scales.5.label=1/3 500 000<br>
scales.5.value=3500000<br>
scales.5.visible=true<br>
<br>
scales.6.label=1/4 750 000<br>
scales.6.value=4750000<br>
scales.6.visible=true<br>
<br>
<br>
<br>
<br>
Thank You!<br>
</body>
</html>