what we usualy do in such case is a search plugin that is not
linked to the query plugin and only display the list of possible choice. This
make it much more simple than trying to extent the query plugin which is quite
complex.
You probably only need to use the
function handleHttpGetRequest(
Hi guys,that's perfect. The plugIn is OK. The interaction with other plugins is complete.Now, I'm working to resolve this situation: I insert a name in my new research plugin, and I get more than a choice from my database, I'd like to see a linkable list of my results so when I click on one of the
Hi Fay,
I think that this is the case for the demo_routing data:
the towns (town table) geometry are independant from the roads
(roads_europe table) ones.
On my side, I tried to replay the procedure given in the
manual, section 1.2.4.2. Some steps
are not detailled and I had to search t
Hello,
after cleaning the cache, cartoweb generates the new images on request.
What happens if 10 users ask for the same map during the generation of
the first map? Are their request delayed or will 10 processes in
parallel be initiated?
Best regards,
Emmanuel BELO
begin:vcard
fn:Emmanuel B
Hi all:
I have a question
related with using pgdijkstra module. The module calculates optimized path node
by node. My network is a transportation network, if I have a point somewhere in
the area, for example, it can be a car’s location from GPS, and the point
is not on any edges of th
Hello,
I get the following error when I try to draw a line outline in my project
and in demo projects in cartoweb 3.2
Class : CartoclientException
Message : unknown selection_type: line
Backtrace:
file: 313 - C:\wamp\www\cartoweb3\client\HttpRequestHandler.php
call: DhtmlSelectionParser->
Thank you Oliver,
with your answer i could upgrade!
Best regards,
eb
server_conf/myProject/outline.ini:
pointLayer = cartoweb_point_outline
lineLayer = cartoweb_line_outline
polygonLayer = cartoweb_polygon_outline
and these lines in my mapfile:
LAYER
NAME "cartoweb_polygon_outline"
Hi Emmanuel,
this is possibly caused by missing outline's layers.
try adding in server_conf/myProject/outline.ini the parameter pointLayer =
cartoweb_point_outline , lineLayer = cartoweb_line_outline, polygonLayer =
cartoweb_polygon_outline
and add the corresponding layers in your mapfile.
O
Hello,
during the cartoweb upgrade procedure, following problem occurred after:
1/ backup cartoweb 3.1
2/ unzip cartoweb 3.2 in www
3/ copy cw3.1/projects/myProject to 3.2/projects/myProject
4/ copy cw3.1/htdocs to 3.2/htdocs
5/ run cw3.2/cw3setup.php --install --base-url bla
Warning: getLayer
Hello,
i'm testing a new project on a linux computer
(http://cartoweb.elections-communales.ch/htdocs/vd2006.php). The profile
is set to production. The maps are cached, but in some cases if you
choose direct access, the displayed map is the wrong one.
I've heard about this problem on windows
Hi all,To tell the true, I' ve supposed that, so in my last attemp, last night, I wrote the lines as you focused but I get such a syntax error; the lack of attention ? to me, the .tpl file too should be different if u want to recenter by setting the found coordinates, shouldn't it ? Giu
-
Hello,
you should a more recent version of CartoWeb (3.2.0 recommended).
For instance the installation script has been greatly improved compared
to the 3.0.0 one and might solve you problem.
AS
WF morrison wrote:
Hi,
I am still working on getting the demo running. I get the following errors:
Oops! You're right Yves: there was a typo in the tutorial (now fixed).
Please read
$request->setValue('recenter_x', $x);
$request->setValue('recenter_y', $y);
instead of
$this->request->setValue('recenter_x', $x);
$this->request->setValue('recenter_y', $y);
in the last filterPostRequest() definiti
Hi Giuseppe,
On your (1) and (2) lines, you use $this->request->setValue(). Don't you
mean $request->setValue()?
Regards,
Yves
On mer, 2006-03-01 at 10:13 +0100, [EMAIL PROTECTED] wrote:
>
> Hi Oliver,
> Yes, there is the "implements FilterProvider ", regarding your
> advising, I can see $x an
Hi Oliver,Yes, there is the "implements FilterProvider ", regarding your advising, I can see $x and $y in the code below: if I substitute lines (1) and (2) by "echo $x,$y", olnly for testing, I can read the right coordinates values. Must I do anything else ?Thanks in advantage.Ps: I'm translating
Jean-Guilhem,
it seems a random problem. It occurs when cartoweb tries to get something
previously saved from mapresult cache.
If mapresult cache is empty all works fine, if not when user calls two times
the same image (ie. the initial map image on reset session, a saved view,
ecc) ramdonly it
Hi Giuseppe,
did you add "implements FilterProvider " in your plugin
class definition ? Otherwise your plugin wont understand what are filterGetRequest and filterPostRequest
otherwise, try doing a x($request) in your filterPostRequest function to see whats inside and eventually see if
some
Hi,I fixed the first error, due to a naming error. Now, the plug in is found but I get the following error:Class : CartocommonExceptionMessage : Error [8, Undefined property: ClientRicerca::$request, C:\wamp\www\cartoweb3\projects\MyProject\plugins\Ricerca\client\ClientRicerca.php, 21]My target co
18 matches
Mail list logo