Changes between Version 10 and Version 11 of mapping
- Timestamp:
- Apr 29, 2008, 3:55:10 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mapping
v10 v11 12 12 The Map Server's job is to read mapping data files and create maps from them (explain more...) 13 13 14 MFPL offers mapserver for all members. Please post a [/newticketticket] to request access to the map server.14 MFPL offers [http://mapserver.gis.umn.edu/ mapserver] for all members. Please [/newticket post a ticket] to request access to the map server. 15 15 16 16 To get started with our mapserver, you will need to ... 17 17 18 Other map servers include: geoserver[1], suas mapserver[2], openstreetmap[3], mapnik[4].18 Other map servers include: [http://geoserver.org/ geoserver], [http://www.easywms.com/easywms/?q=en/suas suas mapserver], [http://www.openstreetmap.org/ openstreetmap], [http://mapnik.org mapnik]. 19 19 20 20 === Data === 21 21 22 FIXME: I don't understand what this data is or what you do with it. Is it data that you need to give to the map server? I think I'm missing a conceptual piece here. 22 ''FIXME: I don't understand what this data is or what you do with it. Is it data that you need to give to the map server? I think I'm missing a conceptual piece here.'' 23 23 24 24 [http://www.census.gov/cgi-bin/geo/shapefiles/national-files Census] folks have recently released updated data. … … 32 32 http://geocoder.us/ - Geocoding site that lets you look up one address at a time. Their sourcecode is available, if one was interested in offering this service. 33 33 34 http://www.batchgeocode.com/ Geocode multiple addresses on one site. Uses the Yahoo geocoding API[9]34 http://www.batchgeocode.com/ Geocode multiple addresses on one site. Uses the [http://developer.yahoo.com/maps/rest/V1/geocode.html Yahoo geocoding API] 35 35 36 36 === RSS === … … 38 38 You will need to publish your geo-coded data in a way that your map front end can access it. RSS is one way to do that. 39 39 40 [http://georss.org/ GeoRSS] is simple proposal for RSS feeds to also be described by location[10]40 [http://georss.org/ GeoRSS] is simple proposal for RSS feeds to also be [http://www.georss.org/overview.html described by location] 41 41 42 42 === The front end === … … 44 44 Finally, you will need a front-end that reads your address/geo-coded points, requests the map from the map server, and displays the result to the end-user. This is software for creating layers of data, zooming in or out of a map, etc. 45 45 46 MFPL recommends openlayers. To use openlayers...46 MFPL recommends [http://www.openlayers.org/ openlayers]. To use openlayers... 47 47 48 Other software includes: ka-map[5], worldkit[7], geomoose[8]48 Other software includes: [http://ka-map.maptools.org/ ka-map], [http://worldkit.org/ worldkit], [http://www.geomoose.org/moose/ geomoose] 49 49 50 50 == Notes and discussion == … … 53 53 54 54 Ka-boom seemed to be the best choice for a front end, mainly because it has a tiling mechanism that allows for smooth scrolling inside a map. I ended up choosing openlayers because it allowed me to plot points on a map using GeoRSS feeds. Worldkit is an easy to use flash-based mapping program. Nice, but I do not like flash. Geomoose is intriguing, with their focus on separating the layers of info from the map itself. I found it late in the game, so it needs more looking at. 55 56 [0]http://mapserver.gis.umn.edu/57 58 [1]http://geoserver.org/59 60 [2]http://www.easywms.com/easywms/?q=en/suas61 62 [3]http://www.openstreetmap.org/63 64 [4]http://mapnik.org65 66 [5]http://ka-map.maptools.org/67 68 [6]http://www.openlayers.org/69 70 [7]http://worldkit.org/71 72 [8]http://www.geomoose.org/moose/73 74 [9]http://developer.yahoo.com/maps/rest/V1/geocode.html75 76 [10]http://www.georss.org/overview.html