I just export the view (or make a screenshot and clip it) and run the script

v = av.getactivedoc
e = v.getdisplay.returnvisextent
Number.SetDefFormat( "d" )

ext = e.getleft.asstring ++ e.getbottom.asstring ++ e.getright.asstring 
++ e.gettop.asstring
msgBox.Report(ext, "")

to get the map extent that I use for the map file.


For the attribute serach you need to specify a buffer tolerance for 
point layers, now in the config file as pointBuffer (in map units). The 
settings for the demo data is 5000 m, so a bit high for urban data.

Armin

Dejan Gambin wrote:
> Hi,
> 
> Can you tell me how do you create the reference map in ArcView?..since I
> have an ArcView installation...
> 
> One more thing, I have tried my demodata today with the newest p.mapper 1
> intermediate version. I have set the extents properly and my map showed
> correctly (state polygons and cities). What is the right place to modify for
> my custom searches? I have done some modification and I can find a city, but
> when it finds it changes the scale ot a very large number so I have a
> highlihted point on the middle of the map? What am I doing wrong?
> 
> regards, dejan 
> 
> 

Reply via email to