RE: [mapserver-users] Web interface

2009-12-13 Thread Pano Voudouris
Hi Patricio,
I see you are talking about php mapscript so this may not be what you are
after- but just in case- we have released a Silverlight interface for
mapserver in codeplex (http://slmapviewer.codeplex.com ). Its developed
using csharp mapscript. If you download the compiled app all you should need
to do is point your web.config to your mapfile and it should work.

Pano

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Patricio
Gigoux
Sent: 11 December 2009 13:43
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Web interface

Hi everybody:

Do you know a good web frontend for display and manipulate maps that has
been produced in mapserver?

Thanks a lot in advance


Patricio
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] Web interface

2009-12-11 Thread Nolte, Tim
Something that would be helpful to know is whether you need something that 
isn't very technical to setup or not. I just rolled out the use of MapGuide 
Fusion using MapServer as our backend. I have it serving about 10 transparent 
MapServer layers in a pretty nice interface. I've begun submitting code fixes 
specific for the MapServer side of things. Fusion has seemed to be a pretty 
nice interface.

http://trac.osgeo.org/fusion/wiki

- Tim


Timothy J Nolte - tno...@ilpcs.com
Network Planning Engineer

Sprint Nextel
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:    616-706-2438
Fax:    616-554-6484


-Original Message-
From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Patricio Gigoux
Sent: Friday, December 11, 2009 6:43 AM
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Web interface

Hi everybody:

Do you know a good web frontend for display and manipulate maps that has
been produced in mapserver?

Thanks a lot in advance


Patricio
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Web interface

2009-12-11 Thread Dan Little
Like Bob said, there isn't any creation/management tools.  I've been running a 
general philiosophy that, at some points, users will need to hack mapfiles.  In 
the downloadable demo, we've been trying to give users enough exmaples to make 
it easy to learn and modify to their specific needs.  We also try to provide an 
example structure on how to make the management, of even large sites, sane.  
And that sanity can be acheived with basic tools instead of needing to 
convolute the whole process.

I have been considering writing some code that would:
a) Provide online editing services with a database short of needing PostGIS, 
like oh, SpatialLite.  Something we could distribute more easily with the 
project.
b) Work with Bob (and the team he has) to generalize some of the tools they 
have developed, get them working with Spatial/SQLite and try to make them 
publically available.
c) Porting the code to Ruby and/or Python.  Ruby is my new favorite language 
but Python is more practical for a ton of reasons.  The PHP works and is 
fairly accessible to novice users but I find the language ugly and more 
difficult to maintain than the others.  Of course, PHP seems to be the defacto 
language of MS4W ... which is why we've stayed married to it.  I'm probably 
more likely to develop more user tools if it's in a language other than PHP.

Of course, any assistance in either man-hours or funding is greatly appreciated 
towards any of these ends.




- Original Message 
 From: Bob Basques bo...@gritechnologies.com
 To: Jeff McKenna jmcke...@gatewaygeomatics.com
 Cc: mapserver-users@lists.osgeo.org
 Sent: Fri, December 11, 2009 8:20:17 AM
 Subject: Re: [mapserver-users] Web interface
 
 All,
 
 I can chime in here on something related.  While GeoMoose doesn't (currently) 
 have any Mapfile tools, I'm currently in the middle of a project that has 
 built 
 out some autoconfigure items for MapServer.  The project is fairly specific 
 in 
 it's business tasks so the configure aspects are in their infancy, but it's 
 got 
 a real nice framework around it that will be very extensible.  We're using 
 GeoMoose, so it also (will) autoconfigure the GeoMoose interface to some 
 degree, 
 and hopefully future versions will be able to more fully control things.
 
 BTW, the initial ease of setup of GeoMoose has enabled this type of control 
 structure very nicely.  Some of the future items to figure out, is how to 
 best 
 accommodate those folks that also want to get into the MAPFILES and tweak 
 them 
 manually while still maintaining the autoConfigure aspects.
 
 Look for something in the next 30-60 days.
 
 bobb
 
 
 Jeff McKenna wrote:
  Dan Little wrote:
  (shameless plug) GeoMOOSE is very easy to setup and configure as a 
  front-end 
 to MapServer. (end)
  
  
  Hi Dan,
  
  I'm curious, does GeoMOOSE have any mapfile creation/management tools? If 
  yes, 
 maybe you can point us all to a demo.
  
  thanks.
  
  -jeff
  
  
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users



  
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Web interface

2009-12-11 Thread Dan Little
I would highly suggest a visit to www.geomoose.org :-) 



- Original Message 
 From: Patricio Gigoux pgig...@munistgo.cl
 To: mapserver-users@lists.osgeo.org
 Sent: Fri, December 11, 2009 9:25:10 AM
 Subject: Re: [mapserver-users] Web interface
 
 Bart:
 My idea is for client,  that they can do zoom as natural as you do it in
 arcview or jump for example, but in their browser. Similar to google may be.
 Behind of this frontend we have a phpmascript.
 
 Thanks
 
 Patricio
 
 
 
 bart...@osgis.nl escribió:
  Not sure if you actually mean a web mapping client [1] or an
  administration tool [2] for Mapserver, but:
 
  [1] http://www.openlayers.org
  [2]
  http://mapfishblog.blogspot.com/2009/03/studio-beta-for-mapfile-manager.html
 
  Best regards,
  Bart
 
   
  Hi everybody:
 
  Do you know a good web frontend for display and manipulate maps that has
  been produced in mapserver?
 
  Thanks a lot in advance
 
 
  Patricio
  ___
  mapserver-users mailing list
  mapserver-users@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/mapserver-users
 
 
 
 
 
   
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users




___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users