Version 36 (modified by 14 years ago) ( diff ) | ,
---|
The Situation Mapping User Guide
Visit the GIS Mapping homepage at http://127.0.0.1:8000/eden/gis/index
Map Settings
Default settings for all users can be set from the Map Service Catalogue:
If a user wishes their own settings, then they can be set via their Personal Data (on the user's menu) & then select the Map Settings tab.
Locations
Create a new Location:
http://127.0.0.1:8000/eden/gis/location/create
- Type in the Specific Name of the Location in the "Name" Field.
- Select the Type of Feature that your Location is from the "Feature Class" drop-down menu (the feature class determines the Marker).
- Select a Parent Location based on your Specific Location.
- Select a Marker for the Map based on your Location. - NOTE: SELECTION OF A MARKER WILL OVER-RIDE THE FEATURE CLASS MARKER ON THE MAP
- Select a Feature Type (Point, Line, or Polygon.)
- Enter in either the Well-Known Text for Line and Polygon or Latitude and Longitude for Point (Lat. and Long. will be in decimal degrees.)
- NB Latitude is North/South, Longitude is East/West.
- Select "Save"
Conversion Tool Help
- Select the conversion tool
- Select either the "in GPS Format" tab or the "in Deg Min Sec Format" tab and enter in information.
- GPS Format is 18° 32.5' (That would be entered "18" deg "32.5" min)
- Deg Min Sec Format is 18° 32' 10" (That would be entered DD "18" MM "32" SS "10")
- Select "Calculate"
- Last, Select "Fill in xxx" (Choose either Lat. or Long.)
- NB Latitude is North/South, Longitude is East/West.
- Repeat steps 1-4 again
AutoLocation Help
Some resources support detecting the location of the user automatically using HTML5's GeoLocation feature (only available in newer browsers, such as Firefox 3.5 & Chrome).
If it doesn't get a good result (e.g. displays where you used to live or work rather then your current location) then you can improve the accuracy by updating the databases of WiFi signals mapped to locations. If you move and take your wireless router with you, these services may not have the up-to-date information and will still associate your WiFi signal with your old address. If you are experiencing this problem and need to update your location, please update both the Google & Skyhook Wireless databases.
To edit a Location:
http://127.0.0.1:8000/eden/gis/location/
- Find the Location your wanting to edit (Either by searching or sorting by the attribute.)
- Click on the feature number.
- Edit in the box above.
- Select "Save"
Markers
http://127.0.0.1:8000/eden/gis/marker/
- A Marker is the image used to represent a location on the map.
Features, Feature Classes & Feature Groups
Locations (Features)
http://127.0.0.1:8000/eden/gis/location/
- A Location (or 'Feature' in GIS terminology) can be a point (Lat/Lon), Line or Polygon (WKT)
- This can be referenced from other tables such as:
- /pr/person/presence
- If there is a marker assigned directly to a Feature then that is how the Feature will show up on the map.
Feature Classes
http://127.0.0.1:8000/eden/gis/feature_class
- A Feature Class is a collection of Features of the same type
- Share a comon Marker (unless over-ridden at the Feature level)
- If no marker defined then the system default marker is used
- Can be grouped together into Feature Groups
- Link to a common resource for URLs & extra fields to pull into Map popups
- Share a comon Marker (unless over-ridden at the Feature level)
Feature Groups
http://127.0.0.1:8000/eden/gis/feature_group
- Feature Groups are used to provide Layers on the Map & Feeds for export/view by other systems
- They are collections of Feature Classes
- The default settings start with a Feature Group being created for each Feature Class
Symbology sets
- Symbology sets can be used to provide a set of Icons for Feature Classes based on deployment requirements, e.g. US FEMA
Feeds
- http://127.0.0.1:8000/eden/gis/location.kml?feature_class=Hospital
- http://127.0.0.1:8000/eden/gis/location.kml?feature_class=%Hospital (includes Field Hospitals too)
- http://127.0.0.1:8000/eden/gis/location.kml?feature_group=Transport (includes Ports, Airports & Bridges)
- http://127.0.0.1:8000/eden/gis/location.kml?parent=UK (all Locations whose direct parent is 'UK')
- http://127.0.0.1:8000/eden/gis/location.kml?marker=Water_Supply_Infrastructure_Theme_S1 (use the file
gis_marker.image.Water_Supply_Infrastructure_Theme_S1.png
as the marker )