Difference between revisions of "OSGeo Member Map documentation"

From OSGeo
Jump to navigation Jump to search
Line 88: Line 88:
  
 
A: It is well possible, that a newly entered location is not immediately shown on the map, this is due to some intransparent caching mechanisms of Mediawiki and/or Semantic Mediawiki. Normally it will be visible at the latest within 24 hours. If this is not the case ping [[User:Cwillmes]].
 
A: It is well possible, that a newly entered location is not immediately shown on the map, this is due to some intransparent caching mechanisms of Mediawiki and/or Semantic Mediawiki. Normally it will be visible at the latest within 24 hours. If this is not the case ping [[User:Cwillmes]].
 
=Technical overview=
 
  
 
[[Category:Membership]]
 
[[Category:Membership]]

Revision as of 09:15, 20 November 2015

The OSGeo Member Map is the successor of the previous userMap.

The Members are organized in the OSGeo Member Category, that functions as a members directory.

Usage

Add yourself to the Map / Member Directory

Each user adds the information about them self on their User: page. Using a Form or by adding a template to the wiki text.

Form

Using this form, you can add yourself to the Map. Type in your user handle into the input field like this User:<userhandle>, so the template including your informations will be stored on your User: page.

MemberMapForm.png

After filling in User:<username> into the input box and click on 'Create', the following form will appear:

Createusermapdata.png

Fill out the input boxes accordingly. The Name and Coordinate fields are mandatory, the other fields are optional.

Then save the form. If everything went fine, you will see something like the following screenshot:

Userprofile.png

Note: Sometimes the location is not rendered immediately on the map. This is a known problem, see FAQ further down this page.

Template

You can also add your data by pasting the following template into your User: page.

{{OSGeoMember
|Name= 
|Address=  
|Country= 
|State=
|City=
|Coordinate=
|LocalChapter=
|Email=
|Website=
\}}

The Name and the Coordinate informations are mandatory, the other data does not need to be given. Here is an Example Template:

{{OSGeoMember
|Name=Christian Willmes 
|Country=Germany 
|City=Cologne
|Coordinate=50.9499, 6.9207
|LocalChapter=FOSSGIS
|Email=mail@cwillmes
|Website=http://cwillmes.de
\}}

Edit your Data

Editing is similar to entering data..

Form

Using the Form, by editing your User: page, the form will automatically load the data for editing, if OSGeoMember data was previously provided.

Template

The template can be editited, by editing your User: page and simply changing the data in the template.

Display a map

Using Semantic Maps, maps can be displayed as a result to a query (that yield Coordinate informations), or using a defined parser hook.

OSGe Member Map

The map of all members, that provided their coordinate, can be included on any page of the OSGeo Wiki using the following wiki text markup:

{{OSGeoMemberMap-ask}}

FAQ

1. Why is my location not shown on the map, after I entered my data?

A: It is well possible, that a newly entered location is not immediately shown on the map, this is due to some intransparent caching mechanisms of Mediawiki and/or Semantic Mediawiki. Normally it will be visible at the latest within 24 hours. If this is not the case ping User:Cwillmes.