modify 'pmapper.js'->
function openHelp() {
createDnRDlg({w:350, h:500, l:100, t:50}, {resizeable:true,
newsize:true}, 'pmDlgContainer', localeList['Help'], 'help.phtml?'+SID);
}
h: height, w: width, in pixels.
or better: put the modified function in in a separate javascript file
under you
Dear list!
It seems that I need to do a very simple thing, but don't have a clue how to
solve this.
I would like to change (to make bigger) the size of the Help Window, that
appears after I select button "Help" within Tools menu and also to force it to
have scrolls. How to do this?
sorry for su
You need to read the docs.
- wildcard="0" means that the query is *always* performed in a
"non-exact" way, applying regex style pattern matching. In other words:
the query is always performed as if the user had typed wildcards. For a
user typed string "pippo", in regex notation this would be
da
These are 2 different pair of shoes. Tiling shapefiles is a data
management issue that in some cases might increase speed, in most cases
not. Using google-like tiling or not for a Web mapping application is a
question of how to best visualize geo-data, depending on preferences,
application, dat
A couple ideas:
1) Try running the ogrinfo command line utility on your shapefiles and
make sure they open correctly (available with FWTools -
http://fwtools.maptools.org/):
ogrinfo -al path\yourfile.shp
2) It might also be good to check your mapfile with shp2img:
shp2img -m path\yourfile.map
3)
Armin,
I found that the search in postgis layer is always with wildcard. It is
not respecting
wildcard="0" or wildcard="1" in search.xml .
I just temporary replaced
$qs .= " $valoperator $f ~* '$wc1$val$wc2' " ;
by
$qs .= " $valoperator $f = '$val' " ;
to get it working without the wildcar