[mapserver-users] ScribeUI alternative

2019-04-01 Thread Jeremy JK
Hello,I am Jeremy from Trinidad and Tobago, West Indies Caribbean Do any of you guys use ScribeUI? I spent the entire weekend trying to install the program on Ubuntu but I couldn't get it to work. Do you guys use any alternatives like MapManager or crowmap?Which one is the best? Thanks!   

[mapserver-users] What is WMS/WFS

2019-04-04 Thread Jeremy JK
You don't know what you don't know.What I know:From a tomcat training video Web SITEWeb SERVICEWeb SOCKET Site - formattingService - dataSocket - idk. Something to do with _javascript_, AJAX and chat rooms So a Web mapping/feature service shares maps/features where a wms client like openlayers or l

[mapserver-users] Compiling mapserver with options

2019-08-17 Thread Jeremy JK
Hello all, OKMy supervisor wants me to compile mapserver version 6.2.1 like so ./configure --prefix=/usr --with-gdal --with-proj=/usr/local --with-jpeg --with-freetype --with-postgis=/usr/bin/pg_config --with-wmsclient --with-geos=/usr/local/bin/geos-config --with-fastcgi=/usr/lib --with-gif=no --w

Re: [mapserver-users] Compiling mapserver with options

2019-08-19 Thread Jeremy JK
d cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make make install This page https://mapserver.org/installation/unix.html has complete instructions. Note that 7.4 doesn’t use GD any more. —Steve From: mapserver-users <mapserver-users-boun...@lists.osgeo.org> on behalf of Jeremy JK <jeremy.

Re: [mapserver-users] Compiling mapserver with options

2019-08-19 Thread Jeremy JK
OK Great 19.08.2019, 15:51, "Lime, Steve D (MNIT)" : They are defaults as are GEOS, GDAL, PROJ (and I think PostGIS). Cmake does a pretty good job of finding things.   From: Jeremy JK [mailto:jeremy...@yandex.com] Sent: Monday, August 19, 2019 9:27 AM To: Lime, Steve D (MNIT

Re: [mapserver-users] Compiling mapserver with options

2019-08-19 Thread Jeremy JK
oads/mapserver-7.4.1/build/CMakeFiles/CMakeTmp'gmake: *** [cmTryCompileExec4105141590/fast] Error 2 19.08.2019, 15:51, "Lime, Steve D (MNIT)" : They are defaults as are GEOS, GDAL, PROJ (and I think PostGIS). Cmake does a pretty good job of finding things.   From: Jerem

[mapserver-users] Cannot read shp file from database

2022-03-28 Thread Jeremy JK
Hello all, On my virtualbox linuxmint machine I can view a shp file with MapServer when the shp file is on filesystem. When I put it into the database, the browser returns an error message but ogrinfo program can read the database well. See below And thanks for your assistance J *Error*: msLoadMa

Re: [mapserver-users] Cannot read shp file from database

2022-03-28 Thread Jeremy JK
=news_test_shp host=127.0.0.1 port=5432" > DATA "geom from sample.admintable using unique gid using srid=9000913" > > > Seth > -- > web:https://geographika.net > twitter: @geographika > > > On Mon, Mar 28, 2022, at 8:29 PM, Jeremy JK wrote: > > Hell

[mapserver-users] Screen is square blank square window

2022-06-08 Thread Jeremy JK
Hello all, When I call on mapserver I see nothing in the browser window only a grey square against a black background Thanks for your help this is my mapserver petition: http://localhost:8080/cgi-bin/mapserv?map=/opt/mapfile/mdm61vectorCaribe.map&LAYERS=cbarbados_administrativeboundaries&FORMAT=i

[mapserver-users] CGI or FastCGI

2022-06-13 Thread Jeremy JK
Hello, Which one is better to use for mapserver set up CGI or FastCGI? How to set up apache configuration for cgi only? Most interweb tutorials shows fcgi only. Thanks for your help. Regards ___ MapServer-users mailing list MapServer-users@lists.osgeo.org

[mapserver-users] RedHat httpd configuration file

2022-07-21 Thread Jeremy JK
Hello, Anyone has Mapserver installed on non debian distros? Like Fedora or RedHat Enterprise Linux? If so, feel free to share your apache/httpd configuration set up (Is it different from debian/ubuntu based distributions? I am not too sure) Thanks ___ Ma

[MapServer-users] Database problem when using CLASSITEM

2023-04-29 Thread Jeremy JK
Hola OK so I am going through the MapServer tutorial Example 1-3 to be exact the one with the classes using classes to split layer polygon into land and water when shp and dbf file is in filesystem it works fine But When I import shp file into postgres I get the following error After checking th

Re: [MapServer-users] MapServer-users Digest, Vol 183, Issue 13

2023-04-30 Thread Jeremy JK
t line so it is more specific > than "Re: Contents of MapServer-users digest..." > > > Today's Topics: > >1. Database problem when using CLASSITEM (Jeremy JK) >2. Re: Database problem when using CLASSITEM (Jeff McKenna) > > > ------

Re: [MapServer-users] Database problem when using CLASSITEM

2023-05-01 Thread Jeremy JK
e column name in Postgres, as in “CLASS” vs > “class” vs “Class”, etc. Needs to match. Check the same thing on > EXPRESSION values.* > > > > *bobb* > > > > > > *My machine - - - PW19-S295-C024* > > > > *From:* MapServer-users *On > Behalf O