Re: [mapserver-users] coding for pan the map

2009-05-15 Thread ritesh ambastha
You can exploit the rich features provided by Openlayers. It will help you to setup the basic features like zoom and pan easily. Regards, Ritesh Ambastha meenu wrote: hi all can anybody help me to do the coding for pan the map? i did one website using the help

Re: [mapserver-users] I: Apache crash using Mapserver with big mapfile(about 2500 lines)

2009-05-15 Thread ritesh ambastha
got some reference of it on web Regards, Ritesh Ambastha Edgardo Ghibaudo wrote: Steve, I compiled mapserver with -enable-debug option. Then I launched shp2img in the following way: ./shp2img -all_debug 5 -m /opt/fgs/apps/mapservergeo/map/at7_2_3.map [Fri May 8 10:45:49 2009].96896

Re: [mapserver-users] cannot able to test the mapfile-database eror

2009-03-16 Thread ritesh ambastha
Hey Syed, You should also check whether geometry functions are available with your installed postgres. Its the most common error. Check whether this function exists or not - force_2d(geom) Cheers, Ritesh syed mohseen wrote: hi all, i am a new bie to fgs and i want to test one of my

Re: [MAPSERVER-USERS] ms4w installation

2008-11-06 Thread Ritesh Ambastha
Have you tried /ms4w/apache-install.bat before trying uninstallation? Ritesh Ambastha On Thu, Nov 6, 2008 at 6:02 PM, lakku [EMAIL PROTECTED] wrote: hi iam using windows XP media center edition i have executed '/ms4w/apache-uninstall.bat' in command prompt to uninstall apache

Re: [mapserver-users] LABEL FOLLOW STREETS

2008-10-16 Thread Ritesh Ambastha
ANGLE FOLLOW will suffice your requirement. - Ritesh Ambastha On Fri, Oct 17, 2008 at 10:55 AM, ntiamoah bernard [EMAIL PROTECTED]wrote: Hi guys, How do I make my streets label follow the orientation of the streets. I mean i want some of the labels to be vertical, curve and horizontal. I set

Re: [mapserver-users] Precaching and opacity

2008-09-10 Thread ritesh ambastha
Let us know the imagetype and outputformat defined in your map file. Have you set transparency and antialias correctly? Regards, Ambastha On Wed, Sep 10, 2008 at 2:04 AM, Bistrais, Bob [EMAIL PROTECTED] wrote: Please excuse my ignorance, I'm only starting to figure out the finer points of

Re: [mapserver-users] Precaching and opacity

2008-09-10 Thread ritesh ambastha
Of ritesh ambastha Sent: Wednesday, September 10, 2008 3:40 PM To: Bistrais, Bob Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Precaching and opacity Let us know the imagetype and outputformat defined in your map file. Have you set transparency and antialias correctly

[MAPSERVER-USERS] Key labelcache_map_edge_buffer does not exist (While using TiF files in Raster Layer)

2008-08-27 Thread Ritesh Ambastha
5.0.0. Any help will be highly appreciated. Thanks, Ritesh Ambastha -- View this message in context: http://www.nabble.com/Key-labelcache_map_edge_buffer-does-not-exist-%28While-using-TiF-files-in-Raster-Layer%29-tp19176014p19176014.html Sent from the Mapserver - User mailing list archive

Re: [MAPSERVER-USERS] Key labelcache_map_edge_buffer does not exist (While using TiF files in Raster Layer)

2008-08-27 Thread Ritesh Ambastha
Thanks Christopher, I turned DEBUG OFF, and resolved the problem. Now I am successfully generating tiles from Mapserver's raster layer. Regards, Ritesh Ambastha Christopher Schmidt-4 wrote: On Wed, Aug 27, 2008 at 12:30:14AM -0700, Ritesh Ambastha wrote: Hello, I am using

Re: [mapserver-users] Using mapserver with EPSG:900913

2008-08-21 Thread ritesh ambastha
I am not sure this will help or not I found two epsg files in my /usr/local/share/proj directory: epsg EPSG (in caps) I modify the values in both the files for my use. You can also try the same Regards, Ritesh Ambastha /usr/local/share/proj/epsg On Thu, Aug 21, 2008 at 5:41 PM, Subha

[MAPSERVER-USERS] fseek dbf error while importing shapefile in postgres

2008-08-19 Thread Ritesh Ambastha
file. . . . fseek(-1035313584) failed on DBF file. What can be the problem? What should be checked in the DBF for these kind of errors? Regards, Ritesh Ambastha -- View this message in context: http://www.nabble.com/fseek-dbf-error-while-importing-shapefile-in-postgres-tp19052192p19052192.html

[MAPSERVER-USERS] epsg code for 'UTM 43 North'

2008-08-19 Thread Ritesh Ambastha
How can I calculate exact EPSG code for the date projected in 'UTM 43 North' ? I just got few clues from this link : http://spatialreference.org/ref/epsg/?search=UTMsrtext=Search Thanks, Ritesh Ambastha -- View this message in context: http://www.nabble.com/epsg-code-for-%27UTM-43-North%27

[MAPSERVER-USERS] Use of gutter parameter with tilecache

2008-08-18 Thread Ritesh Ambastha
this gutter param. Regards, Ritesh Ambastha -- View this message in context: http://www.nabble.com/Use-of-%22gutter%22-parameter-with-tilecache-tp19033034p19033034.html Sent from the Mapserver - User mailing list archive at Nabble.com. ___ mapserver-users

Re: [MAPSERVER-USERS] attach text to displayed features that are coming from postgis

2008-08-18 Thread Ritesh Ambastha
Dear John, You just need to use these additional lines in your class definition: CLASS - --- LABELITEM column_name LABEL COLOR 150 150 150 FONT sans TYPE truetype SIZE 10 PARTIALS FALSE END --- --- END #class Regards, Ritesh Ambastha John Mitchell-3 wrote: Hi

Re: [MAPSERVER-USERS] drawing a north arrow on a map

2008-08-07 Thread Ritesh Ambastha
Use the proper symbol name as: Layer style ---symbol 'symbol_name' end end regards, Ritesh fastturtle wrote: Dear list, I'm hoping someone can help me. Following the instructions in the wiki, I am trying to add a north arrow to a map. I've got a basic north arrow image

RE: [MAPSERVER-USERS] Road Lines with AGG

2008-08-06 Thread Ritesh Ambastha
49512 Office: 616-656-5163 PCS:616-706-2438 Fax:616-554-6484 Web: www.ipcswirelessinc.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ritesh Ambastha Sent: Tuesday, August 05, 2008 6:53 AM To: mapserver-users@lists.osgeo.org Subject

Re: [mapserver-users] Data for Mapserver.

2008-07-20 Thread ritesh ambastha
You can use this data in the same way you were doing previously. Regards, Ritesh Ambastha On Sun, Jul 20, 2008 at 11:27 PM, Νικος Παπαδάκης [EMAIL PROTECTED] wrote: Hallo to everyone. I have some data of a city and i want to retrieve a map from them. I have done other examples with data

RE: [MAPSERVER-USERS] Connection parameter errors while using Postgres DB Schema

2008-07-17 Thread Ritesh Ambastha
Dear Carlos, Never thought that it will be such easy. Thanks a ton! It worked :) Regards, Ritesh Ambastha Carlos Ruiz-5 wrote: Ritesh, There's a way to stablish the default schema to a postgres user when it connects, maybe this can help you to pull the data from postgres. To check

[MAPSERVER-USERS] Connection parameter errors while using Postgres DB Schema

2008-07-16 Thread Ritesh Ambastha
USING UNIQUE id SRID -1 Please pour in your thoughts for defining schema in the connection/data parameters. Thanks, Ritesh Ambastha -- View this message in context: http://www.nabble.com/Connection-parameter-errors-while-using-Postgres-DB-Schema-tp18483547p18483547.html Sent from the Mapserver

RE: [MAPSERVER-USERS] Connection parameter errors while using Postgres DB Schema

2008-07-16 Thread Ritesh Ambastha
rgp_gis_gmm_100_metros #table name Thanks and Regards Venkat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ritesh Ambastha Sent: Wednesday, July 16, 2008 2:44 PM To: mapserver-users@lists.osgeo.org Subject: [MAPSERVER-USERS

Re: [MAPSERVER-USERS] Connection parameter errors while using Postgres DB Schema

2008-07-16 Thread ritesh ambastha
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ritesh Ambastha Sent: Wednesday, July 16, 2008 3:07 PM To: mapserver-users@lists.osgeo.org Subject: RE: [MAPSERVER-USERS] Connection parameter errors while using Postgres DB Schema Hey Venkat, Thanks for the details. I

[MAPSERVER-USERS] Error: Schema definition in postgis layer

2008-07-15 Thread Ritesh Ambastha
postgis CONNECTION user=postgres password=postgres dbname=map host=xx.xx.xxx.xxx port=5432 DATA the_geom from test USING UNIQUE fid SRID -1 Thanks, Ritesh Ambastha -- View this message in context: http://www.nabble.com/Error%3A-Schema-definition-in-postgis-layer-tp18462568p18462568.html

[MAPSERVER-USERS] Error: Schema definition in postgis layer

2008-07-15 Thread Ritesh Ambastha
postgis CONNECTION user=postgres password=postgres dbname=map host=xx.xx.xxx.xxx port=5432 DATA the_geom from test USING UNIQUE fid SRID -1 Thanks, Ritesh Ambastha -- View this message in context: http://www.nabble.com/Error%3A-Schema-definition-in-postgis-layer-tp18462571p18462571.html Sent

Re: [MAPSERVER-USERS] Direction on road using ARROW Image

2008-06-09 Thread Ritesh Ambastha
Please write your Layer definition and symbol definition. It would be helpful for us to gaze the problem. Arrow directions is easy to implement. I guess you might be missing a minor part. Regards, Ritesh Ambastha Ila wrote: Hello readers, As I am working on GIS application new

Re: [MAPSERVER-USERS] Routing Algorithm Confusion !

2008-05-16 Thread Ritesh Ambastha
networks ... most of them modify dijkstra's ... there are citations on *parallel* dijkstra's if you want to scale ..to large number of nodes ... Thanks Sandeep On Fri, May 16, 2008 at 5:08 AM, Ritesh Ambastha [EMAIL PROTECTED] wrote: Dear Readers, I use Dijkstra's

Re: [MAPSERVER-USERS] Mapserver 3D images

2008-05-13 Thread Ritesh Ambastha
Do read about Data Elevation Models. Regards, Ritesh mhungc wrote: Hi, I want to kown how can i develop in mapserver php mapscript functionalities as view the maps in 3D. How can i do that? Images in 3D when i have shapes in 2D? Can i convert shapes in 2D to 3D? I dont kown

Re: [MAPSERVER-USERS] OpenLayers + dBox + Postgres text search

2008-05-10 Thread Ritesh Ambastha
Good work Richard! You need to improve your map file. Else, I liked the stuffs ! Richard Greenwood wrote: I had a bad link in the site below, which I have fixed. I've been working on an OpenLayers site that incorporates the dBox tree legend that is popular with many MapServer users.

Re: [MAPSERVER-USERS] Postgis and Mapserver

2008-04-25 Thread Ritesh Ambastha
Hey Hans, Please check the mapserver log for the error(s). Also, do check the 'tmp' directory where map images are generated. Regards, Ritesh Ambastha Hans Castorp wrote: Hi to all, In the past days I have been answering some questions about it but, by now, I haven’t achieved my

[MAPSERVER-USERS] Elevation model

2008-04-09 Thread Ritesh Ambastha
Dear Reader, Please shed some lights on elevation models supported by mapserver. Elevations in cases of bridges, mountains, buildings,etc. Any steps to follow DEM (digital elevation model) in mapserver? Your suggestions/tips will be highly appreciated. Thanks and Regards, Ambastha --

[MAPSERVER-USERS] Browser Issue : Route Layer Transparency

2008-04-07 Thread Ritesh Ambastha
Dear Developers, I use ka-map routing to show directions over a map. I made the route layer transparent by setting transparency in the map file. Now, I can see the route layer transparent in Firefox and IE 7. But, IE 6 is not showing route layer on the map when I set transparency. Keeping

[MAPSERVER-USERS] Route Layer - Transparency

2008-04-02 Thread Ritesh Ambastha
Hello Ka-mappers, I am successfully showing routing on my map using ka-map routing. I am unable to set TRANSPARENCY to this route layer. I have two map files, a) main.map (consists of many layers) b) route.map (consists of only one route layer) In main.map, I am able to play with

Re: [MAPSERVER-USERS] PHP MapScript AGG

2008-03-24 Thread Ritesh Ambastha
I am also in search of answers regarding agg :) Bryn Roberts-2 wrote: Hello All, I've been using MapServer and MapScript both for work and home projects for a couple of years now, and am delighted with the quality of maps produced by MapServer 5 using AGG. However, I have not been able