Slashdot Mirror


GIS Web Mapping?

muengineer asks: "We're looking for a solution that will allow us to put a zoomable, panning campus map online, with clickable hyperlinks, but not fall into the trap of raster images with image maps. Preferably, I'd like to use something vector based, that can import our GIS data. Although there are solutions out there from companies like Autodesk and Intergraph, unfortunately they appear to be intimately tied to Windows NT as the server. Is there anything out there that will let me use Linux?"

8 comments

  1. This is exactly what you want: by Anonymous Coward · · Score: 0

    http://mapserver.gis.umn.edu -russ

  2. GIS Web Mapping? by Anonymous Coward · · Score: 0

    You may want to have a look at ILOG JViews. You can use it to write map browser applets.

  3. Web Mapping Info by Allan+Doyle · · Score: 1

    I've been working on the Open GIS spec for web mapping for a little less than a year now. We've come up with a simple spec that lets you construct a URL with a map request in it. The spec describes the format of the URL and how map servers should behave when they receive one of these.

    If you build a campus map server that conforms to this spec, then later on, you can build HTML pages that can request campus maps superimposed on satellite photos or other neat data.

    The first place to look is at the spec. Revision 1.0 is due out "any day now" so don't get hung up on the details. Then look at what some people are doing with the spec.

    Here's a sample HTML client that talks to a Web Map Server which itself then knows about a dozen or so other Web Map Servers. (What we call a "cascading map server").

    Take out the nospam from my email if you want to ask more questions... (By the way, I'm also a big OpenMap fan - I open-sourced it while at BBN...)

  4. First Person Mapping? by SEWilco · · Score: 1
    I'm sure Perl could convert your GIS data into a Doom or Quake map. But I suspect you didn't intend to make the "You Are Here arrow" be a weapon...

    Mapping the library holdings into the Library Map and implementing "shoot-requested-book" is left as an exercise for the reader.

  5. Openmap is probably what you are looking for by PhilLong · · Score: 1

    Check out the opensource java gis mapper: http://openmap.bbn.com

  6. ObjectFX by cmeans · · Score: 1
    Have a look at ObjectFX.
    They have a Java based Application Server which says it works on both NT & UNIX based platforms (I didn't see Linux mentioned however).

    Another option would be MapXtreme from MapInfo.
    They have both NT and Java flavors, and I believe someone did get the Java version working on Linux.

    Both products let you use data from backend databases like Oracle, SQL Server or even just ODBC/JDBC. MapXtremeJava also supports Oracle8i Spatial.

  7. links to resources by maphew · · Score: 2

    Try the Map Server section at dmoz.org for a list o' links.

    If you are a developer look at these OGDI specs, and this library for reading shape files which might work well with some of the toolkits listed at freegis.org.

    You should also cross post this question to the GRASS (grasslist@baylor.edu) and Remotesensing.org (osrs@remotesensing.org) mailing lists.

    cheers,

    -matt

  8. VML by maphew · · Score: 2

    Interestingly, on another thread today I found a site for the Vector Markup Language which looks promising.

    The same conversation also lead to the university of Leicester's Virtual Field Course