The search that i send you is made for use with postgis and options value if
it dont work for you you first should try to read the log, because there
show all the errors of the program, then it's more easy know where you have
the problem try to paste here the error that you have into your log file
pag66 wrote:
>
>
> hi Salvador for make the option works you have to make a query like this:
>
>
> wildcard="0">
> sort="asc">
> encoding="UTF-8">pgsql://user:[EMAIL PROTECTED]/database
> SELECT DISTINCT parroquia,parroquia
hi Salvador for make the option works you have to make a query like this:
pgsql://user:[EMAIL PROTECTED]/database
SELECT DISTINCT parroquia,parroquia FROM planteles_cot where parroquia
is NOT NULL ORDER BY parroquia
on
Hello i finally solve the problem change the /incphp/query/search.php
changing all the $var="*" to $var="new text"
i hope this help someone else
--
View this message in context:
http://www.nabble.com/Replace-the-asterisk-for-another-text-in-combo-search-tp17369884p17494228.html
Sent from the pm
Hello all!
I'm using postgis and i wanto to know how i could use operator search did
someone know, help me please
_
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
hi at all, hi Armin
In documentation of p.mapper i look Options and Operator
configurations only for shape layer in search.xml!
How can i using it for postgis layer?
thank you.
-
Salvatore Larosa
GPG: 0xE504BBE2 (FP: D9B2 CA87 81CD 1B91 E24D 3B42 D0F7 FA01 E504 BBE2)
--
View this messa
Maybe it is "QUANTIZE_FORCE" and not "QUANTIZE_COLORS" that you have to
comment.
Kusum a écrit :
> Thanks for replying thomas
>
> I tried removing QUANTIZE_COLORS=256 but of no use
> and on changing 'DRIVER "AGG/PNG"' instead of "GD/PNG map does not show
> just blank tiles are shown
>
> I hav
Thanks for replying thomas
I tried removing QUANTIZE_COLORS=256 but of no use
and on changing 'DRIVER "AGG/PNG"' instead of "GD/PNG map does not show
just blank tiles are shown
I have also posted to mapserver list
if anyone has any other idea pls do reply
Regards
Kusum
From: Thomas Raffin
Se
Hi,
Maybe it is due to the "QUANTIZE_COLORS=256" parameter. It means your
image contains 256 colors max. Try without it, but your images will be
bigger (more colors = bigger size !).
If you are using MapServer 5, you could try 'DRIVER "AGG/PNG"' instead
of "GD/PNG".
To find more help, I think