<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-CH">
	<id>https://giswiki.ch/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mpaulait</id>
	<title>Geometa Lab OST - Benutzerbeiträge [de-ch]</title>
	<link rel="self" type="application/atom+xml" href="https://giswiki.ch/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mpaulait"/>
	<link rel="alternate" type="text/html" href="https://giswiki.ch/Spezial:Beitr%C3%A4ge/Mpaulait"/>
	<updated>2026-04-28T01:56:12Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:RainAlarm&amp;diff=25326</id>
		<title>Diskussion:RainAlarm</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:RainAlarm&amp;diff=25326"/>
		<updated>2009-12-23T16:07:39Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* JSON */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== To Do ==&lt;br /&gt;
&lt;br /&gt;
Website:&lt;br /&gt;
* Die Koordinaten müssen innerhalb der Schweiz liegen, also zwischen 45 und 48 Grad Nord und zwischen 4 und 11 Grad Ost.&lt;br /&gt;
* http://dev.ifs.hsr.ch/rainalarm/browser/trunk/rainalarm-website/src/ch/hsr/ifs/rainalarm/web/QueryHandler.java: 15: &amp;quot;Service zurzeit nicht in Dini Mueter Betrieb...&amp;quot; :-&amp;gt;&lt;br /&gt;
* Ticket #2 SMS-Service  =&amp;gt; Reicht das noch dazu? &amp;quot;wenigstens&amp;quot; die standard-signature anpassen zu &amp;quot;www.gis.hsr.ch ,&amp;quot; (anstelle von &amp;quot;http://www.hsr.ch,&amp;quot; =&amp;gt; beachte auch das Komma)&lt;br /&gt;
&lt;br /&gt;
App.:&lt;br /&gt;
* Grössenanpassung der Ellipsen (und dann der Regionen) integrieren?&lt;br /&gt;
* Erzeugen eines animierten GIFs (im Moment einer Webseiten-Anfrage) und integrieren in die Website.&lt;br /&gt;
* Ticket #4  RegionForecast.changePosition =&amp;gt; ?&lt;br /&gt;
* Ticket #1  Rotate and Scale Algorithm  =&amp;gt; Reicht das noch? Am liebsten im Sinne von Originalregionen (mit allen Regenstärken-Kategorien) mitrotieren.&lt;br /&gt;
* RainAlarm.java =&amp;gt; Texte anpassen: Siehe unten.&lt;br /&gt;
* Refactoring: MrGimoList?&lt;br /&gt;
* Ev. Weglassen der Kategorie &amp;quot;&amp;lt; 1.0 mm/h&amp;quot; im Radarbild (bedeutet kaum Regen) durch Bildvorverarbeitung (Schwellwert dunkler?).&lt;br /&gt;
&lt;br /&gt;
== JSON ==&lt;br /&gt;
&lt;br /&gt;
Auruf: GET &amp;lt;URL&amp;gt;&amp;amp;format=json&lt;br /&gt;
&lt;br /&gt;
=== Beispiel: ===&lt;br /&gt;
&lt;br /&gt;
  {&lt;br /&gt;
    &amp;quot;message&amp;quot;:&amp;quot;Niederschlag unwahrscheinlich in den nächsten zwei Stunden!&amp;quot;, &lt;br /&gt;
    &amp;quot;raining&amp;quot;:false,&lt;br /&gt;
    &amp;quot;rainStart&amp;quot;:-1,&lt;br /&gt;
    &amp;quot;rainStop&amp;quot;:-1&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
=== JSON-Attributes: ===&lt;br /&gt;
&lt;br /&gt;
message: string&lt;br /&gt;
* &amp;quot;text&amp;quot; =&amp;gt; enthält die Informationen in Textform&lt;br /&gt;
&lt;br /&gt;
raining: boolean&lt;br /&gt;
* true =&amp;gt; es regnet&lt;br /&gt;
* false =&amp;gt; es regnet nicht&lt;br /&gt;
&lt;br /&gt;
rainStart: integer&lt;br /&gt;
* -1 =&amp;gt; start unbekannt&lt;br /&gt;
* 0 =&amp;gt; zurzeit Niederschlag&lt;br /&gt;
* 1... max =&amp;gt; start in x min&lt;br /&gt;
&lt;br /&gt;
rainStop: integer&lt;br /&gt;
* -1 =&amp;gt; stop Unbekannt&lt;br /&gt;
* 0... max =&amp;gt; stop in x min&lt;br /&gt;
&lt;br /&gt;
== RainAlarm.java ==&lt;br /&gt;
&lt;br /&gt;
Folgende Ausgabe gibt es (abhängig von start und stop):&lt;br /&gt;
* Kein arrivalNowcast (start): &amp;quot;Niederschlag unwahrscheinlich in den nächsten zwei Stunden!&amp;quot; (start = -1)&lt;br /&gt;
* arrivalNowcast (start):&lt;br /&gt;
** 1. &amp;quot;Aktuell Niederschlag.&amp;quot; (start = 0)&lt;br /&gt;
** 2. &amp;quot;Niederschlag möglich in ca. xx Min.&amp;quot; (start &amp;gt; 0)&lt;br /&gt;
* durationNowcast (stop):&lt;br /&gt;
** 1. &amp;quot;Er dauert voraussichtlich ca. yy Min.!&amp;quot; (stop &amp;gt; start)&lt;br /&gt;
** 2. &amp;quot;Er dauert voraussichtlich mehr als zwei Stunden!&amp;quot; (stop = -1)&lt;br /&gt;
&lt;br /&gt;
http://dev.ifs.hsr.ch/rainalarm/browser/trunk/rainalarm/src/ch/hsr/ifs/rainalarm/&lt;br /&gt;
&lt;br /&gt;
Die aktuelle Revision 76, Zeile 48 ff. sieht so aus:&lt;br /&gt;
    private String createSMS(int[] startStopRain) {&lt;br /&gt;
        int start = startStopRain[0];&lt;br /&gt;
        int stop = startStopRain[1];&lt;br /&gt;
        String duration = &amp;quot;&amp;quot;;&lt;br /&gt;
         &lt;br /&gt;
        if (start == -1)&lt;br /&gt;
            return &amp;quot;Kaum Niederschlag innert 2h.&amp;quot;;&lt;br /&gt;
        if (stop == -1)&lt;br /&gt;
            duration = &amp;quot;lÃ€nger als &amp;quot; + (120 - start) + &amp;quot; Min&amp;quot;;&lt;br /&gt;
        else&lt;br /&gt;
            duration = (stop - start) + &amp;quot;Min.&amp;quot;;&lt;br /&gt;
        if (start == 0)&lt;br /&gt;
            return &amp;quot;Es regnet(schneit) voraussichtlich noch &amp;quot; + duration + SUFFIX;&lt;br /&gt;
        &lt;br /&gt;
        return &amp;quot;Niederschlag mÃ¶glich in ca. &amp;quot; + start + &amp;quot; Min, dauert voraussichtlich &amp;quot; + duration + SUFFIX;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
Hier sollte 1. von Niederschlag die Rede sein und 2. sollte start (besser: arrivalNowcast) und stop (besser durationNowcast) angegeben werden - auch im Antwort-Text. Daher Neu, Zeile 48 ff. :&lt;br /&gt;
&lt;br /&gt;
    final int MAXFORECASTDURATION = 120;&lt;br /&gt;
    private String createSMS(int[] startStopRain) {&lt;br /&gt;
        int start = startStopRain[0];&lt;br /&gt;
        int stop = startStopRain[1];&lt;br /&gt;
        String durationText = &amp;quot;&amp;quot;;&lt;br /&gt;
        String text = &amp;quot;&amp;quot;;&lt;br /&gt;
        final int NODATA = -1;&lt;br /&gt;
        &lt;br /&gt;
        // Kein Niederschlag in Sicht&lt;br /&gt;
        if (start == NODATA)&lt;br /&gt;
            return &amp;quot;Niederschlag unwahrscheinlich in den nächsten zwei Stunden!&amp;quot;;&lt;br /&gt;
        &lt;br /&gt;
        // Niederschlag ins Sicht (mit Dauer) oder Niederschlag dauert an (noch Dauer...).&lt;br /&gt;
        if (stop == NODATA || (stop - start) &amp;gt;= MAXFORECASTDURATION) &lt;br /&gt;
            durationText = &amp;quot;; er dauert voraussichtlich lÃ€nger als&amp;quot; + (MAXFORECASTDURATION - start) + &amp;quot; Min.!&amp;quot;;&lt;br /&gt;
        else &lt;br /&gt;
            durationText = &amp;quot;; er dauert voraussichtlich ca. &amp;quot; + (stop - start) + &amp;quot; Min.!&amp;quot;;&lt;br /&gt;
        &lt;br /&gt;
        if (start == 0)&lt;br /&gt;
            text = &amp;quot;Aktuell Niederschlag&amp;quot; + durationText;&lt;br /&gt;
        else &lt;br /&gt;
            text = &amp;quot;Niederschlag mÃ¶glich in ca. &amp;quot; + start + &amp;quot; Min.&amp;quot; + durationText;&lt;br /&gt;
                    &lt;br /&gt;
        return text + SUFFIX;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
== Ideen ==&lt;br /&gt;
&lt;br /&gt;
* Umgang mit &amp;quot;Fehlende Daten beim Bundesamt&amp;quot;. Siehe z.B. die Abbildung rechts. [[Bild:Zppi_20090909_1310.png|thumb|20px|right| hier]]&lt;br /&gt;
* Koordinaten umrechnen (zurzeit WGS84 alleine)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=23187</id>
		<title>Micro Mapping Party Rappi</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=23187"/>
		<updated>2009-05-05T12:48:55Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Bild:Treffpt_uMapping_Party_Rappi_2009.jpg||thumb|200px|right|Bild: Die Organisatoren...]]&lt;br /&gt;
&lt;br /&gt;
Am Mittwochnachmittag, &#039;&#039;&#039;6. Mai 2009&#039;&#039;&#039;, findet eine &#039;&#039;&#039;Micro Mapping Party&#039;&#039;&#039; in [[Rapperswil]] an der [[HSR]] Hochschule für Technik statt. Es ist dies wohl die erste dieser Art in der Schweiz! &lt;br /&gt;
&lt;br /&gt;
Organisation durch das [[GISpunkt HSR]]/[[IFS]]-Team u.a. mit Prof. Stefan Keller sowie den Praktikanten Sachin Patney, Viet Le Truc, Samuel Bichsel, Gino Paulaitis (Lead) und weitere Helferinnen und Helfer (siehe Bild).&lt;br /&gt;
&lt;br /&gt;
=== Organisatorisches ===&lt;br /&gt;
&lt;br /&gt;
Wer noch nicht weiss was eine Mapping Party und was [[OpenStreetMap]] ist, siehe unten. Ausgehend von der [[HSR]] soll ein möglichst grosser Teil von [[Rapperswil-Jona]] erfasst, bzw. ergänzt werden (hier z.B. das [http://tools.geofabrik.de/mc/?mt0=googlemap&amp;amp;mt1=mapnik&amp;amp;lon=8.81732&amp;amp;lat=47.22439&amp;amp;zoom=16 Gebiet rund um die [[HSR]] in [[OpenStreetMap]] verglichen mit Google Maps]). So sollen u.a. wichtige Gebäude sowie Fuss- und Velowege für die [[Routenplaner|Routenplanung]] erfasst werden. Ausserdem haben wir uns als spezielles Ziel gesetzt, eine der besten interaktiven Campus-Lagekarten zu erstellen und [http://www.hsr.ch/Interaktive-Lagekarte.3191.0.html?&amp;amp;L=0 diese hier] möglicherweise zu ersetzen. Nach getaner Arbeit (und nur dann! ^^) kann auf der [[Fäschtinsle]] gegrillt werden! Für Grillfeuer und Getränke ist gesorgt!&lt;br /&gt;
&lt;br /&gt;
Weitere wichtige Infos:  &lt;br /&gt;
* &#039;&#039;&#039;Treffpunkt&#039;&#039;&#039;: Vor dem [[Eingang HSR]], Gebäude 1/Hauptgebäude (signalisiert mit grosser OSM-Marker-Tafel, siehe Bild oben)&lt;br /&gt;
* [http://www.hsr.ch/Interaktive-Lagekarte.3191.0.html?&amp;amp;L=0 Lagekarte HSR und Anfahrt mit der Bahn]; Autofahrer können die Parkplätze beim [[Knies Kinderzoo]] oder beim [[Lido Eishalle]] benutzen&lt;br /&gt;
* Getränke werden vom [[GISpunkt HSR]] offeriert, bzw. von der [http://www.bierfactory.ch Rappi Bier Factory] gesponsert!&lt;br /&gt;
* Fleisch oder sonstige Grilladen und Beilagen müssen selbst besorgt werden&lt;br /&gt;
* Wir können eine beschränkte Anzahl [[GPS|Navis/GPS]] bereitstellen.&lt;br /&gt;
* Nicht vergessen: Checkliste unten...&lt;br /&gt;
&lt;br /&gt;
Rückblick: [http://gis.hsr.ch/index.php?option=com_mosforms&amp;amp;Itemid=182 Anmeldung]. Anmeldeschluss war Ende April 2009. Ausweichtermin war 7. Mai.&lt;br /&gt;
&lt;br /&gt;
=== Programm ===&lt;br /&gt;
* 13:00 Eintreffen der Mappers beim Treffpunkt&lt;br /&gt;
* 13:15 bis 14:30 Instruktionen zur Organisation&lt;br /&gt;
* 14:30 bis 16:30 &#039;Feldarbeit&#039;... (Mapping)&lt;br /&gt;
* ab 16:30 Arbeit am PC (Editierung)&lt;br /&gt;
* 17:00 Instruktionen zum Editieren (mit Potlatch, allenfalls JOSM)&lt;br /&gt;
* 19:00 Grillieren auf der [[Fäschtinsle]]!&lt;br /&gt;
* Open End... (ca. 20:20 Sonnenuntergang)&lt;br /&gt;
&lt;br /&gt;
=== Was ist eine Mapping Party? Was ist OpenStreetMap? ===&lt;br /&gt;
&lt;br /&gt;
Auf einer Mapping Party treffen sich &#039;Mapper&#039; (engl. für Kartierer) und Neulinge, um ein Gebiet mittels Navigationsgeräten ([[GPS]]) zu kartografieren ([http://wiki.openstreetmap.org/wiki/DE:Mapping_Weekend_Howto mehr dazu...]). [[OpenStreetMap| OpenStreetMap (OSM)]] ist das &amp;quot;Wikipedia der Weltkarten&amp;quot;. Es gibt mittlerweile über hunderttausend registrierte Benutzer weltweit! Wer sich für GPS, Karten, Mobiles, freie Software, ortsbezogene Dienste oder geografische Informationssysteme ([[GIS]]) interessiert, ist bei [[OpenStreetMap]] richtig.&lt;br /&gt;
&lt;br /&gt;
Eine Mapping Party ist normalerweise eine ein- bis dreitägige Veranstaltung. Diese hier dauert nur einen Nachmittag (bis in den Abend) und nennt sich daher &#039;Micro Mapping Party&#039;. Dabei soll gemeinsam die Vollständigkeit (Abdeckung) und Qualität der [[OSM]]-[[Geodaten]] verbessert werden. Der Nutzen einer solchen Mapping Party ist dreifach: 1. werden die Kartendaten für ein Gebiet verbessert; 2. können Interessierte in das [[OSM]]-Projekt und deren Software (v.a. die Editoren [[Potlatch]] und [[JOSM]]) hineinschnuppern und 3. treffen sich oft Aktive aus der Region, um sich nicht nur in der realen Welt kennenzulernen.&lt;br /&gt;
&lt;br /&gt;
=== Wie läuft eine Mapping Party ab? ===&lt;br /&gt;
&lt;br /&gt;
Eine Mapping Party läuft grob in folgenden Phasen ab: &lt;br /&gt;
# Planungsphase: Anmelden bzw. Vorbereiten.&lt;br /&gt;
# Treffen im &#039;Basiscamp&#039;, bei dem Neulinge instruiert und für alle Aufgaben verteilt werden.&lt;br /&gt;
# Feldarbeit, bei dem - ausgerüstet mit Navi/GPS und Notizblock (oder z.B. Diktiergerät) - Felddaten (sog. GPS-Tracks) erhoben werden, je nach dem zu Fuss, mit dem Velo oder einem anderen Verkehrsmittel.&lt;br /&gt;
# Gemeinsames Editieren der Kartendaten im Basiscamp (Hochladen der GPS-Tracks, erfassen der Punkte, Wege und Flächen).&lt;br /&gt;
# Gemütliches Beisammensein mit Trinken und ev. Essen/Grillieren.&lt;br /&gt;
&lt;br /&gt;
=== Checklisten ===&lt;br /&gt;
&lt;br /&gt;
Checkliste für Teilnehmende:&lt;br /&gt;
* Handy, falls vorhanden (vorher aufgeladen), um in Kontakt zu bleiben  &lt;br /&gt;
* Netzgerät/Ladegerät&lt;br /&gt;
* Ersatzbatterien, falls vorhanden (vorher aufgeladen)&lt;br /&gt;
* PC-Kabel (USB) &lt;br /&gt;
* Passwörter/Codes (z.B. um das Handy neuzustarten) &lt;br /&gt;
* Ggf. Eigene Notizblock(-Unterlage) und bei Bedarf Diktaphon &lt;br /&gt;
* Grilladen, Brot, Besteck, etc.&lt;br /&gt;
&lt;br /&gt;
Checkliste für Organisatoren:&lt;br /&gt;
* Zu den [[Wetter|Wetter-Prognosen...]]&lt;br /&gt;
* Vorbereitungen Instruktionen&lt;br /&gt;
** Liste der Handy-Nummern&lt;br /&gt;
** Unterlagen zum Mappen/Editieren: [[HowTo_OpenStreetMap]], [http://wiki.openstreetmap.org/wiki/DE:Map_Features]&lt;br /&gt;
** (Ersatz-)Notizblöcke&lt;br /&gt;
* Vorbereitungen Editieren:&lt;br /&gt;
** WLAN-Karten &lt;br /&gt;
** Leinwand, Beamer, Stromkabel, Laptop&lt;br /&gt;
* Vorbereitungen Abend: &lt;br /&gt;
** Grillplatz reservieren&lt;br /&gt;
** Grill, Kohle, Zündhilfe, Feuerzeug, Zange, Teller&lt;br /&gt;
** Getränke&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
:Hinweis in eigener Sache: Interesse an einem &#039;&#039;&#039;Master-Studium oder einer Weiterbildung in Informatik oder GIS&#039;&#039;&#039;? Dann informieren Sie sich auf den [http://www.hsr.ch/Master-of-Science-in-Engineeri.1234.0.html HSR-Webseiten] oder kommen Sie an den [http://www.unigis.ch/index.php?option=com_content&amp;amp;task=view&amp;amp;id=301&amp;amp;Itemid=180 3. UNIGIS-Tag Schweiz 2009 vom 5. Juni 2009]!&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22923</id>
		<title>Micro Mapping Party Rappi</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22923"/>
		<updated>2009-04-22T15:05:42Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Am Mittwochnachmittag, 6. Mai 2009 (Ausweichdatum: 7. Mai), findet eine Micro-Mapping Party an der [[HSR]] statt. Es ist dies wohl die erste dieser Art in der Schweiz!&lt;br /&gt;
&lt;br /&gt;
Auf einer Mapping Party treffen sich OpenStreetMapper und Neulinge, um ein Gebiet mittels Navigationsgeräten (GPS) ausführlich zu kartografieren ([http://wiki.openstreetmap.org/wiki/DE:Mapping_Weekend_Howto mehr dazu...]). Ausgehend von der HSR soll ein möglichst grosser Teil von Rapperswil-Jona erfasst werden. Ausserdem haben wir uns als spezielles Ziel gesetzt, die beste interaktive Campus-Lagekarte zu erhalten.&lt;br /&gt;
&lt;br /&gt;
Nach getaner Arbeit (und nur dann! ^^) kann auf der [[Fäschtinsle]] gegrillt werden! Für Grillfeuer und Getränke ist gesorgt!&lt;br /&gt;
&lt;br /&gt;
-- [[Benutzer:Stefan|Stefan]] 15:04, 22. Apr. 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://gis.hsr.ch/index.php?option=com_mosforms&amp;amp;Itemid=182 Hier] gehts zur Anmeldung!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Informationen:&lt;br /&gt;
* Anmeldung (wird demnächst freigeschaltet); Anmeldeschluss ist der Ende April 2009&lt;br /&gt;
* Treffpunkt: [[HSR]] Gebäude 1 ([[Eingang HSR]]/Hauptgebäude)&lt;br /&gt;
* Getränke werden vom GISpunkt HSR offeriert&lt;br /&gt;
* Fleisch muss selbst besorgt werden&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Prov. Programm:&lt;br /&gt;
* 13:00 Eintreffen der Mappers&lt;br /&gt;
* 13:15 bis 14:30 Instruktionen &lt;br /&gt;
* 14:30 bis 16:30 &#039;Feldarbeit&#039;... (Mapping)&lt;br /&gt;
* ab 16:30 Arbeit am PC (Editierung)&lt;br /&gt;
* 17:00 Instruktionen &lt;br /&gt;
* 19:00 Grill auf der [[Fäschtinsle]]!&lt;br /&gt;
* Open End...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Siehe auch:&lt;br /&gt;
* [[OpenStreetMap]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Organisation durch das GISpunkt HSR-Team u.a. mit &lt;br /&gt;
* Gino Paulaitis&lt;br /&gt;
* Stefan Keller&lt;br /&gt;
* u.v.a.m.&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22922</id>
		<title>Micro Mapping Party Rappi</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22922"/>
		<updated>2009-04-22T15:05:14Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Am Mittwochnachmittag, 6. Mai 2009 (Ausweichdatum: 7. Mai), findet eine Micro-Mapping Party an der [[HSR]] statt. Es ist dies wohl die erste dieser Art in der Schweiz!&lt;br /&gt;
&lt;br /&gt;
Auf einer Mapping Party treffen sich OpenStreetMapper und Neulinge, um ein Gebiet mittels Navigationsgeräten (GPS) ausführlich zu kartografieren ([http://wiki.openstreetmap.org/wiki/DE:Mapping_Weekend_Howto mehr dazu...]). Ausgehend von der HSR soll ein möglichst grosser Teil von Rapperswil-Jona erfasst werden. Ausserdem haben wir uns als spezielles Ziel gesetzt, die beste interaktive Campus-Lagekarte zu erhalten.&lt;br /&gt;
&lt;br /&gt;
Nach getaner Arbeit (und nur dann! ^^) kann auf der [[Fäschtinsle]] gegrillt werden! Für Grillfeuer und Getränke ist gesorgt!&lt;br /&gt;
&lt;br /&gt;
-- [[Benutzer:Stefan|Stefan]] 15:04, 22. Apr. 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
[http://gis.hsr.ch/index.php?option=com_mosforms&amp;amp;Itemid=182 Hier] gehts zur Anmeldung!&lt;br /&gt;
&lt;br /&gt;
Informationen:&lt;br /&gt;
* Anmeldung (wird demnächst freigeschaltet); Anmeldeschluss ist der Ende April 2009&lt;br /&gt;
* Treffpunkt: [[HSR]] Gebäude 1 ([[Eingang HSR]]/Hauptgebäude)&lt;br /&gt;
* Getränke werden vom GISpunkt HSR offeriert&lt;br /&gt;
* Fleisch muss selbst besorgt werden&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Prov. Programm:&lt;br /&gt;
* 13:00 Eintreffen der Mappers&lt;br /&gt;
* 13:15 bis 14:30 Instruktionen &lt;br /&gt;
* 14:30 bis 16:30 &#039;Feldarbeit&#039;... (Mapping)&lt;br /&gt;
* ab 16:30 Arbeit am PC (Editierung)&lt;br /&gt;
* 17:00 Instruktionen &lt;br /&gt;
* 19:00 Grill auf der [[Fäschtinsle]]!&lt;br /&gt;
* Open End...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Siehe auch:&lt;br /&gt;
* [[OpenStreetMap]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Organisation durch das GISpunkt HSR-Team u.a. mit &lt;br /&gt;
* Gino Paulaitis&lt;br /&gt;
* Stefan Keller&lt;br /&gt;
* u.v.a.m.&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22917</id>
		<title>Micro Mapping Party Rappi</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22917"/>
		<updated>2009-04-22T08:21:37Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Am Mittwochnachmittag, 6. Mai 2009 (Ausweichdatum: 7. Mai), findet eine Micro-Mapping Party an der [[HSR]] statt. Es ist dies wohl die erste dieser Art in der Schweiz!&lt;br /&gt;
&lt;br /&gt;
Auf einer Mapping Party treffen sich OpenStreetMapper und Neulinge, um ein Gebiet mittels Navigationsgeräten (GPS) ausführlich zu kartografieren ([http://wiki.openstreetmap.org/wiki/DE:Mapping_Weekend_Howto mehr dazu...]). Ausgehend von der HSR soll ein möglichst grosser Teil von Rapperswil-Jona erfasst werden. Ausserdem haben wir uns als spezielles Ziel gesetzt, die beste interaktive Campus-Lagekarte zu erhalten.&lt;br /&gt;
&lt;br /&gt;
Nach getaner Arbeit (und nur dann! ^^) kann auf der [[Fäschtinsle]] gegrillt werden! Für Grillfeuer und Getränke ist gesorgt!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Informationen:&lt;br /&gt;
* Anmeldung (wird demnächst freigeschaltet); Anmeldeschluss ist der Ende April 2009&lt;br /&gt;
* Treffpunkt: [[HSR]] Gebäude 1 ([[Eingang HSR]]/Hauptgebäude)&lt;br /&gt;
* Getränke werden vom GISpunkt HSR offeriert&lt;br /&gt;
* Fleisch muss selbst besorgt werden&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Prov. Programm:&lt;br /&gt;
* 13:00 Eintreffen der Mappers&lt;br /&gt;
* 13:15 bis 14:30 Instruktionen &lt;br /&gt;
* 14:30 bis 16:30 &#039;Feldarbeit&#039;... (Mapping)&lt;br /&gt;
* ab 16:30 Arbeit am PC (Editierung)&lt;br /&gt;
* 17:00 Instruktionen &lt;br /&gt;
* 19:00 Grill auf der [[Fäschtinsle]]!&lt;br /&gt;
* Open End...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Siehe auch:&lt;br /&gt;
* [[OpenStreetMap]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Organisation durch das GISpunkt HSR-Team u.a. mit &lt;br /&gt;
* Gino Paulaitis&lt;br /&gt;
* Stefan Keller&lt;br /&gt;
* u.v.a.m.&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22916</id>
		<title>Micro Mapping Party Rappi</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22916"/>
		<updated>2009-04-22T08:17:01Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Am Mittwochnachmittag, 6. Mai 2009 (Ausweichdatum: 7. Mai), findet eine Micro-Mapping Party an der [[HSR]] statt. Es ist dies wohl die erste dieser Art in der Schweiz!&lt;br /&gt;
&lt;br /&gt;
Auf einer Mapping Party treffen sich OpenStreetMapper und Neulinge, um ein Gebiet mittels Navigationsgeräten (GPS) ausführlich zu kartografieren ([http://wiki.openstreetmap.org/wiki/DE:Mapping_Weekend_Howto mehr dazu...]). Ausgehend von der HSR wird ein möglichst grosser Teil von Rapperswil-Jona erfasst werden. Als spezielles Ziel soll die HSR die beste interaktive Campus-Lagekarte erhalten.&lt;br /&gt;
&lt;br /&gt;
Nach getaner Arbeit (und nur dann! ^^) kann auf der [[Fäschtinsle]] gegrillt werden!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Informationen:&lt;br /&gt;
* Anmeldung (wird demnächst freigeschaltet); Anmeldeschluss ist der Ende April 2009&lt;br /&gt;
* Treffpunkt: [[HSR]] Gebäude 1 ([[Eingang HSR]]/Hauptgebäude)&lt;br /&gt;
* Getränke werden vom GISpunkt HSR offeriert&lt;br /&gt;
* Fleisch muss selbst besorgt werden&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Prov. Programm:&lt;br /&gt;
* 13:00 Eintreffen der Mappers&lt;br /&gt;
* 13:15 bis 14:30 Instruktionen &lt;br /&gt;
* 14:30 bis 16:30 &#039;Feldarbeit&#039;... (Mapping)&lt;br /&gt;
* ab 16:30 Arbeit am PC (Editierung)&lt;br /&gt;
* 17:00 Instruktionen &lt;br /&gt;
* 19:00 Grill auf der [[Fäschtinsle]]!&lt;br /&gt;
* Open End...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Siehe auch:&lt;br /&gt;
* [[OpenStreetMap]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Organisation durch das GISpunkt HSR-Team u.a. mit &lt;br /&gt;
* Gino Paulaitis&lt;br /&gt;
* Stefan Keller&lt;br /&gt;
* u.v.a.m.&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22900</id>
		<title>Micro Mapping Party Rappi</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22900"/>
		<updated>2009-04-21T15:12:12Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Am Mittwochnachmittag, 6. Mai 2009 (Ausweichdatum: 7. Mai), findet die erste Micro-Mapping Party an der HSR statt.&lt;br /&gt;
Nach getaner Arbeit (und nur nach getaner Arbeit! ^^) kann auf der Fäschtinsle gegrillt werden.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Informationen:&lt;br /&gt;
* Anmeldeschluss: 30. April 2009&lt;br /&gt;
* Treffpunkt: HSR Gebäude 1 (Hauptgebäude)&lt;br /&gt;
* Getränke werden offeriert&lt;br /&gt;
* Fleisch muss selbst besorgt werden&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Prov. Programm:&lt;br /&gt;
* 13:00 Treffpunkt&lt;br /&gt;
* 13:15 bis 14:30 Instruktionen &lt;br /&gt;
* 14:30 bis 16:30 &#039;Feldarbeit&#039;... (Mapping)&lt;br /&gt;
* ab 16:30 Arbeit am PC (Editierung)&lt;br /&gt;
* 17:00 Instruktionen &lt;br /&gt;
* 19:00 Grill auf der Fäschtinsle!&lt;br /&gt;
* Open End...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Siehe auch:&lt;br /&gt;
* [[OpenStreetMap]]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22899</id>
		<title>Micro Mapping Party Rappi</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22899"/>
		<updated>2009-04-21T15:10:12Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Am Mittwochnachmittag, 6. Mai 2009 (Ausweichdatum: 7. Mai), findet die erste Micro-Mapping Party an der HSR statt.&lt;br /&gt;
Nach getaner Arbeit (und nur nach getaner Arbeit! ^^) kann auf der Fäschtinsle gegrillt werden.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Informationen:&lt;br /&gt;
* Anmeldeschluss: 30. April 2009&lt;br /&gt;
* Treffpunkt: HSR Gebäude 1 (Hauptgebäude)&lt;br /&gt;
* Getränke werden offeriert&lt;br /&gt;
* Fleisch muss selbst besorgt werden&lt;br /&gt;
&lt;br /&gt;
Prov. Programm:&lt;br /&gt;
* 13:00 Treffpunkt&lt;br /&gt;
* 13:15 bis 14:30 Instruktionen &lt;br /&gt;
* 14:30 bis 16:30 &#039;Feldarbeit&#039;... (Mapping)&lt;br /&gt;
* ab 16:30 Arbeit am PC (Editierung)&lt;br /&gt;
* 17:00 Instruktionen &lt;br /&gt;
* 19:00 Grill auf der Fäschtinsle!&lt;br /&gt;
* Open End...&lt;br /&gt;
&lt;br /&gt;
Siehe auch:&lt;br /&gt;
* [[OpenStreetMap]]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22898</id>
		<title>Micro Mapping Party Rappi</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22898"/>
		<updated>2009-04-21T15:09:46Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Am Mittwochnachmittag, 6. Mai 2009 (Ausweichdatum: 7. Mai), findet die erste Micro-Mapping Party an der HSR statt.&lt;br /&gt;
Nach getaner Arbeit (und nur nach getaner Arbeit ^^) kann auf der Fäschtinsle gegrillt werden.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Informationen:&lt;br /&gt;
* Anmeldeschluss: 30. April 2009&lt;br /&gt;
* Treffpunkt: HSR Gebäude 1 (Hauptgebäude)&lt;br /&gt;
* Getränke werden offeriert&lt;br /&gt;
* Fleisch muss selbst besorgt werden&lt;br /&gt;
&lt;br /&gt;
Prov. Programm:&lt;br /&gt;
* 13:00 Treffpunkt&lt;br /&gt;
* 13:15 bis 14:30 Instruktionen &lt;br /&gt;
* 14:30 bis 16:30 &#039;Feldarbeit&#039;... (Mapping)&lt;br /&gt;
* ab 16:30 Arbeit am PC (Editierung)&lt;br /&gt;
* 17:00 Instruktionen &lt;br /&gt;
* 19:00 Grill auf der Fäschtinsle!&lt;br /&gt;
* Open End...&lt;br /&gt;
&lt;br /&gt;
Siehe auch:&lt;br /&gt;
* [[OpenStreetMap]]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22897</id>
		<title>Micro Mapping Party Rappi</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Micro_Mapping_Party_Rappi&amp;diff=22897"/>
		<updated>2009-04-21T14:49:08Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Am Mittwochnachmittag, 6. Mai 2009 (Ausweichdatum: 7. Mai), findet die erste Micro-Mapping Party an der HSR statt.&lt;br /&gt;
Nach getaner Arbeit&lt;br /&gt;
&lt;br /&gt;
Informationen:&lt;br /&gt;
* Anmeldeschluss: 30. April 2009&lt;br /&gt;
* Treffpunkt: HSR Gebäude 1 (Hauptgebäude)&lt;br /&gt;
* Getränke werden offeriert&lt;br /&gt;
* Fleisch muss selbst besorgt werden&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Prov. Programm:&lt;br /&gt;
* 13:00 Treffpunkt&lt;br /&gt;
* 13:15 bis 14:30 Instruktionen &lt;br /&gt;
* 14:30 bis 16:30 &#039;Feldarbeit&#039;... (Mapping)&lt;br /&gt;
* ab 16:30 Arbeit am PC (Editierung)&lt;br /&gt;
* 17:00 Instruktionen &lt;br /&gt;
* 19:00 Grill auf der Fäschtinsle!&lt;br /&gt;
* Open End...&lt;br /&gt;
&lt;br /&gt;
Siehe auch:&lt;br /&gt;
* [[OpenStreetMap]]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22581</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22581"/>
		<updated>2009-03-05T17:10:54Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Contact */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]] nightly builds (doesn&#039;t work with stable version)&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
=== running DesktopWMS ===&lt;br /&gt;
after starting the application with &amp;quot;java -jar desktopwms.jar&amp;quot; the server will start automatically.&lt;br /&gt;
&lt;br /&gt;
=== available commands ===&lt;br /&gt;
you could use following commands:&lt;br /&gt;
*&amp;quot;start&amp;quot; to start the server&lt;br /&gt;
*&amp;quot;stop&amp;quot; to stop the server&lt;br /&gt;
*&amp;quot;restart&amp;quot; to restart the server&lt;br /&gt;
*&amp;quot;isrunning&amp;quot; to check if the server is running&lt;br /&gt;
*&amp;quot;exit&amp;quot; to exit the application&lt;br /&gt;
*&amp;quot;help&amp;quot; to get a list of all available commands with description&lt;br /&gt;
&lt;br /&gt;
=== change capabilities ===&lt;br /&gt;
adjust the files in the folder capabilities&lt;br /&gt;
&lt;br /&gt;
=== change settings ===&lt;br /&gt;
adjust the properties in the file desktopwms.config in the folder config&lt;br /&gt;
&lt;br /&gt;
=== Demo/test with WMS calls (default port is 8998) ===&lt;br /&gt;
* GetMap:&lt;br /&gt;
** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
* GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
*mailto:sfkeller@hsr.ch&lt;br /&gt;
*mailto:mpaulait@hsr.ch&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[WorldFileTool]]&lt;br /&gt;
*[[WMS]] (de)&lt;br /&gt;
*[[Georeferenzieren von Bildern]] (de)&lt;br /&gt;
*[http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22580</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22580"/>
		<updated>2009-03-05T17:10:32Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Contact */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]] nightly builds (doesn&#039;t work with stable version)&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
=== running DesktopWMS ===&lt;br /&gt;
after starting the application with &amp;quot;java -jar desktopwms.jar&amp;quot; the server will start automatically.&lt;br /&gt;
&lt;br /&gt;
=== available commands ===&lt;br /&gt;
you could use following commands:&lt;br /&gt;
*&amp;quot;start&amp;quot; to start the server&lt;br /&gt;
*&amp;quot;stop&amp;quot; to stop the server&lt;br /&gt;
*&amp;quot;restart&amp;quot; to restart the server&lt;br /&gt;
*&amp;quot;isrunning&amp;quot; to check if the server is running&lt;br /&gt;
*&amp;quot;exit&amp;quot; to exit the application&lt;br /&gt;
*&amp;quot;help&amp;quot; to get a list of all available commands with description&lt;br /&gt;
&lt;br /&gt;
=== change capabilities ===&lt;br /&gt;
adjust the files in the folder capabilities&lt;br /&gt;
&lt;br /&gt;
=== change settings ===&lt;br /&gt;
adjust the properties in the file desktopwms.config in the folder config&lt;br /&gt;
&lt;br /&gt;
=== Demo/test with WMS calls (default port is 8998) ===&lt;br /&gt;
* GetMap:&lt;br /&gt;
** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
* GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
*mailto:sfkeller@hsr.ch&lt;br /&gt;
*mailto:mario.paulaitis@hsr.ch&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[WorldFileTool]]&lt;br /&gt;
*[[WMS]] (de)&lt;br /&gt;
*[[Georeferenzieren von Bildern]] (de)&lt;br /&gt;
*[http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22579</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22579"/>
		<updated>2009-03-05T17:09:41Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]] nightly builds (doesn&#039;t work with stable version)&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
=== running DesktopWMS ===&lt;br /&gt;
after starting the application with &amp;quot;java -jar desktopwms.jar&amp;quot; the server will start automatically.&lt;br /&gt;
&lt;br /&gt;
=== available commands ===&lt;br /&gt;
you could use following commands:&lt;br /&gt;
*&amp;quot;start&amp;quot; to start the server&lt;br /&gt;
*&amp;quot;stop&amp;quot; to stop the server&lt;br /&gt;
*&amp;quot;restart&amp;quot; to restart the server&lt;br /&gt;
*&amp;quot;isrunning&amp;quot; to check if the server is running&lt;br /&gt;
*&amp;quot;exit&amp;quot; to exit the application&lt;br /&gt;
*&amp;quot;help&amp;quot; to get a list of all available commands with description&lt;br /&gt;
&lt;br /&gt;
=== change capabilities ===&lt;br /&gt;
adjust the files in the folder capabilities&lt;br /&gt;
&lt;br /&gt;
=== change settings ===&lt;br /&gt;
adjust the properties in the file desktopwms.config in the folder config&lt;br /&gt;
&lt;br /&gt;
=== Demo/test with WMS calls (default port is 8998) ===&lt;br /&gt;
* GetMap:&lt;br /&gt;
** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
* GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
*[sfkeller@hsr.ch]&lt;br /&gt;
*mario.paulaitis@hsr.ch&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[WorldFileTool]]&lt;br /&gt;
*[[WMS]] (de)&lt;br /&gt;
*[[Georeferenzieren von Bildern]] (de)&lt;br /&gt;
*[http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22578</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22578"/>
		<updated>2009-03-05T17:09:00Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]] nightly builds (doesn&#039;t work with stable version)&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
=== running DesktopWMS ===&lt;br /&gt;
after starting the application with &amp;quot;java -jar desktopwms.jar&amp;quot; the server will start automatically.&lt;br /&gt;
&lt;br /&gt;
=== available commands ===&lt;br /&gt;
you could use following commands:&lt;br /&gt;
*&amp;quot;start&amp;quot; to start the server&lt;br /&gt;
*&amp;quot;stop&amp;quot; to stop the server&lt;br /&gt;
*&amp;quot;restart&amp;quot; to restart the server&lt;br /&gt;
*&amp;quot;isrunning&amp;quot; to check if the server is running&lt;br /&gt;
*&amp;quot;exit&amp;quot; to exit the application&lt;br /&gt;
*&amp;quot;help&amp;quot; to get a list of all available commands with description&lt;br /&gt;
&lt;br /&gt;
=== change capabilities ===&lt;br /&gt;
adjust the files in the folder capabilities&lt;br /&gt;
&lt;br /&gt;
=== change settings ===&lt;br /&gt;
adjust the properties in the file desktopwms.config in the folder config&lt;br /&gt;
&lt;br /&gt;
=== Demo/test with WMS calls (default port is 8998) ===&lt;br /&gt;
* GetMap:&lt;br /&gt;
** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
* GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[WorldFileTool]]&lt;br /&gt;
*[[WMS]] (de)&lt;br /&gt;
*[[Georeferenzieren von Bildern]] (de)&lt;br /&gt;
*[http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
*sfkeller@hsr.ch&lt;br /&gt;
*mario.paulaitis@hsr.ch&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22577</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22577"/>
		<updated>2009-03-05T17:07:00Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]] nightly builds (doesn&#039;t work with stable version)&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
=== running DesktopWMS ===&lt;br /&gt;
after starting the application with &amp;quot;java -jar desktopwms.jar&amp;quot; the server will start automatically.&lt;br /&gt;
&lt;br /&gt;
=== available commands ===&lt;br /&gt;
you could use following commands:&lt;br /&gt;
*&amp;quot;start&amp;quot; to start the server&lt;br /&gt;
*&amp;quot;stop&amp;quot; to stop the server&lt;br /&gt;
*&amp;quot;restart&amp;quot; to restart the server&lt;br /&gt;
*&amp;quot;isrunning&amp;quot; to check if the server is running&lt;br /&gt;
*&amp;quot;exit&amp;quot; to exit the application&lt;br /&gt;
*&amp;quot;help&amp;quot; to get a list of all available commands with description&lt;br /&gt;
&lt;br /&gt;
=== change capabilities ===&lt;br /&gt;
adjust the files in the folder capabilities&lt;br /&gt;
&lt;br /&gt;
=== change settings ===&lt;br /&gt;
adjust the properties in the file desktopwms.config in the folder config&lt;br /&gt;
&lt;br /&gt;
=== Demo/test with WMS calls (default port is 8998) ===&lt;br /&gt;
* GetMap:&lt;br /&gt;
** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
* GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[WorldFileTool]]&lt;br /&gt;
*[[WMS]] (de)&lt;br /&gt;
*[[Georeferenzieren von Bildern]] (de)&lt;br /&gt;
*[http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22576</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22576"/>
		<updated>2009-03-05T17:06:34Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]] nightly builds (doesn&#039;t work with stable version)&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
=== Running DesktopWMS ===&lt;br /&gt;
after starting the application with &amp;quot;java -jar desktopwms.jar&amp;quot; the server will start automatically.&lt;br /&gt;
&lt;br /&gt;
=== available commands ===&lt;br /&gt;
you could use following commands:&lt;br /&gt;
*&amp;quot;start&amp;quot; to start the server&lt;br /&gt;
*&amp;quot;stop&amp;quot; to stop the server&lt;br /&gt;
*&amp;quot;restart&amp;quot; to restart the server&lt;br /&gt;
*&amp;quot;isrunning&amp;quot; to check if the server is running&lt;br /&gt;
*&amp;quot;exit&amp;quot; to exit the application&lt;br /&gt;
*&amp;quot;help&amp;quot; to get a list of all available commands with description&lt;br /&gt;
&lt;br /&gt;
=== change capabilities ===&lt;br /&gt;
adjust the files in the folder capabilities&lt;br /&gt;
&lt;br /&gt;
=== change settings ===&lt;br /&gt;
adjust the properties in the file desktopwms.config in the folder config&lt;br /&gt;
&lt;br /&gt;
=== Demo/test with WMS calls (default port is 8998) ===&lt;br /&gt;
* GetMap:&lt;br /&gt;
** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
* GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[WorldFileTool]]&lt;br /&gt;
*[[WMS]] (de)&lt;br /&gt;
*[[Georeferenzieren von Bildern]] (de)&lt;br /&gt;
*[http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22575</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22575"/>
		<updated>2009-03-05T17:05:29Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]] nightly builds (doesn&#039;t work with stable version)&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
=== Running DesktopWMS ===&lt;br /&gt;
after starting the application with &amp;quot;java -jar desktopwms.jar&amp;quot; the server will start automatically.&lt;br /&gt;
&lt;br /&gt;
=== available commands ===&lt;br /&gt;
you could use following commands:&lt;br /&gt;
*&amp;quot;start&amp;quot; to start the server&lt;br /&gt;
*&amp;quot;stop&amp;quot; to stop the server&lt;br /&gt;
*&amp;quot;restart&amp;quot; to restart the server&lt;br /&gt;
*&amp;quot;isrunning&amp;quot; to check if the server is running&lt;br /&gt;
*&amp;quot;exit&amp;quot; to exit the application&lt;br /&gt;
*&amp;quot;help&amp;quot; to get a list of all available commands with description&lt;br /&gt;
&lt;br /&gt;
=== change capabilities ===&lt;br /&gt;
adjust the files in the folder capabilities&lt;br /&gt;
&lt;br /&gt;
=== change settings ===&lt;br /&gt;
adjust the properties in the file desktopwms.config in the folder config&lt;br /&gt;
&lt;br /&gt;
=== Demo/test with WMS calls (default port is 8998) ===&lt;br /&gt;
* GetMap:&lt;br /&gt;
** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
* GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[WorldFileTool]]&lt;br /&gt;
*[[WMS]] (de)&lt;br /&gt;
*[[Georeferenzieren von Bildern]] (de)&lt;br /&gt;
*[http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22574</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22574"/>
		<updated>2009-03-05T17:01:56Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]] nightly builds (doesn&#039;t work with stable version)&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== Running DesktopWMS ===&lt;br /&gt;
after starting the application with &amp;quot;java -jar desktopwms.jar&amp;quot; the server will start automatically.&lt;br /&gt;
&lt;br /&gt;
=== available commands ===&lt;br /&gt;
you could use following commands:&lt;br /&gt;
*&amp;quot;start&amp;quot; to start the server&lt;br /&gt;
*&amp;quot;stop&amp;quot; to stop the server&lt;br /&gt;
*&amp;quot;restart&amp;quot; to restart the server&lt;br /&gt;
*&amp;quot;isrunning&amp;quot; to check if the server is running&lt;br /&gt;
*&amp;quot;exit&amp;quot; to exit the application&lt;br /&gt;
*&amp;quot;help&amp;quot; to get a list of all available commands with description&lt;br /&gt;
&lt;br /&gt;
=== change capabilities ===&lt;br /&gt;
adjust the files in the folder capabilities&lt;br /&gt;
&lt;br /&gt;
=== change settings ===&lt;br /&gt;
adjust the properties in the file desktopwms.config in the folder config&lt;br /&gt;
&lt;br /&gt;
=== Demo/test with WMS calls (default port is 8998) ===&lt;br /&gt;
* GetMap:&lt;br /&gt;
** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
* GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22573</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22573"/>
		<updated>2009-03-05T16:22:58Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* About... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]] nightly builds (doesn&#039;t work with stable version)&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap:&lt;br /&gt;
*** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
*** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
*** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
*** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22572</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22572"/>
		<updated>2009-03-04T11:43:51Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap&lt;br /&gt;
** Google Maps&lt;br /&gt;
**Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap:&lt;br /&gt;
*** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
*** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
*** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
*** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22571</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22571"/>
		<updated>2009-03-04T11:23:01Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap*&lt;br /&gt;
** Google Maps*&lt;br /&gt;
**Yahoo! Maps*&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap:&lt;br /&gt;
*** with layer name &#039;openstreetmap&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=osm]&lt;br /&gt;
*** with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=google]&lt;br /&gt;
*** with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/png&amp;amp;layers=yahoo]&lt;br /&gt;
*** with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities].&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22570</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22570"/>
		<updated>2009-03-04T11:17:41Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap*&lt;br /&gt;
** Google Maps*&lt;br /&gt;
**Yahoo! Maps*&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetMap...&lt;br /&gt;
*** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
*** GetMap with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=google]&lt;br /&gt;
*** GetMap with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=yahoo]&lt;br /&gt;
*** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities] für alle Layers.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): http://dev.ifs.hsr.ch/releases/desktopwms/&lt;br /&gt;
* SVN desktopwms: http://dev.ifs.hsr.ch/svn/desktopwms/&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22569</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22569"/>
		<updated>2009-03-04T11:16:37Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* About... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[uDig]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap*&lt;br /&gt;
** Google Maps*&lt;br /&gt;
**Yahoo! Maps*&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetMap...&lt;br /&gt;
*** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
*** GetMap with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=google]&lt;br /&gt;
*** GetMap with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=yahoo]&lt;br /&gt;
*** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities] für alle Layers.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): [http://dev.ifs.hsr.ch/releases/desktopwms/]&lt;br /&gt;
* SVN desktopwms: [http://dev.ifs.hsr.ch/svn/desktopwms/]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22568</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22568"/>
		<updated>2009-03-04T11:15:29Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[JMapDesk]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers (from remote tile server (requires internet access, see [[Tiling]])):&lt;br /&gt;
** OpenStreetMap*&lt;br /&gt;
** Google Maps*&lt;br /&gt;
**Yahoo! Maps*&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetMap...&lt;br /&gt;
*** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
*** GetMap with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=google]&lt;br /&gt;
*** GetMap with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=yahoo]&lt;br /&gt;
*** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities] für alle Layers.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): [http://dev.ifs.hsr.ch/releases/desktopwms/]&lt;br /&gt;
* SVN desktopwms: [http://dev.ifs.hsr.ch/svn/desktopwms/]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22567</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22567"/>
		<updated>2009-03-04T11:14:20Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[JMapDesk]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers:&lt;br /&gt;
** OpenStreetMap1^&lt;br /&gt;
** Google Maps*&lt;br /&gt;
**Yahoo! Maps*&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetMap...&lt;br /&gt;
*** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
*** GetMap with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=google]&lt;br /&gt;
*** GetMap with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=yahoo]&lt;br /&gt;
*** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities] für alle Layers.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): [http://dev.ifs.hsr.ch/releases/desktopwms/]&lt;br /&gt;
* SVN desktopwms: [http://dev.ifs.hsr.ch/svn/desktopwms/]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22566</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22566"/>
		<updated>2009-03-04T11:14:08Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[JMapDesk]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers:&lt;br /&gt;
** OpenStreetMap^1&lt;br /&gt;
** Google Maps*&lt;br /&gt;
**Yahoo! Maps*&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetMap...&lt;br /&gt;
*** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
*** GetMap with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=google]&lt;br /&gt;
*** GetMap with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=yahoo]&lt;br /&gt;
*** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities] für alle Layers.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): [http://dev.ifs.hsr.ch/releases/desktopwms/]&lt;br /&gt;
* SVN desktopwms: [http://dev.ifs.hsr.ch/svn/desktopwms/]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22565</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22565"/>
		<updated>2009-03-04T11:13:36Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[JMapDesk]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers:&lt;br /&gt;
** OpenStreetMap*&lt;br /&gt;
** Google Maps*&lt;br /&gt;
**Yahoo! Maps*&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
 *from remote OSM tile server (requires internet access, see [[Tiling]])&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetMap...&lt;br /&gt;
*** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
*** GetMap with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=google]&lt;br /&gt;
*** GetMap with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=yahoo]&lt;br /&gt;
*** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities] für alle Layers.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): [http://dev.ifs.hsr.ch/releases/desktopwms/]&lt;br /&gt;
* SVN desktopwms: [http://dev.ifs.hsr.ch/svn/desktopwms/]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22564</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22564"/>
		<updated>2009-03-04T11:13:23Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[JMapDesk]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers:&lt;br /&gt;
** OpenStreetMap*&lt;br /&gt;
** Google Maps*&lt;br /&gt;
**Yahoo! Maps*&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
\*from remote OSM tile server (requires internet access, see [[Tiling]])&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetMap...&lt;br /&gt;
*** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
*** GetMap with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=google]&lt;br /&gt;
*** GetMap with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=yahoo]&lt;br /&gt;
*** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities] für alle Layers.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): [http://dev.ifs.hsr.ch/releases/desktopwms/]&lt;br /&gt;
* SVN desktopwms: [http://dev.ifs.hsr.ch/svn/desktopwms/]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22563</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22563"/>
		<updated>2009-03-04T11:12:33Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A tiny local Web Map Server&#039;&#039;&#039; - serving OpenStreetMap, Google Maps, Yahoo Maps and local image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[JMapDesk]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers:&lt;br /&gt;
** OpenStreetMap*&lt;br /&gt;
** Google Maps*&lt;br /&gt;
**Yahoo! Maps*&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
*from remote OSM tile server (requires internet access, see [[Tiling]])&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetMap...&lt;br /&gt;
*** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
*** GetMap with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=google]&lt;br /&gt;
*** GetMap with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=yahoo]&lt;br /&gt;
*** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities] für alle Layers.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): [http://dev.ifs.hsr.ch/releases/desktopwms/]&lt;br /&gt;
* SVN desktopwms: [http://dev.ifs.hsr.ch/svn/desktopwms/]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22509</id>
		<title>Diskussion:DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22509"/>
		<updated>2009-02-13T12:01:34Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Plan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developper&#039;s [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Plan ==&lt;br /&gt;
* Start: 25.11.2008&lt;br /&gt;
* Next Release: 20.02.2009&lt;br /&gt;
* Milestones:&lt;br /&gt;
** 1. Open Street Map: 19.01.2009&lt;br /&gt;
** 2. Google: 21.01.2009&lt;br /&gt;
** 3. Yahoo!: 30.01.2009&lt;br /&gt;
** 4. local maps: 05.02.2009&lt;br /&gt;
** 5. getCapabilities(): 19.02.2009&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
&lt;br /&gt;
* Implement getCapabilities()&lt;br /&gt;
&lt;br /&gt;
== Ideas (not scheduled) ==&lt;br /&gt;
* Tiled local image layer; requires tiled image file in local subdirectory.&lt;br /&gt;
* Serving Shapefiles&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* http://svn.openstreetmap.org/applications/editors/josm/plugins/&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/JMapViewer&lt;br /&gt;
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling&lt;br /&gt;
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):&lt;br /&gt;
  com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)&lt;br /&gt;
  com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22508</id>
		<title>Diskussion:DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22508"/>
		<updated>2009-02-13T12:00:22Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* ToDos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developper&#039;s [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Plan ==&lt;br /&gt;
* Start: 25.11.2008&lt;br /&gt;
* Next Release: 09.02.2009&lt;br /&gt;
* Milestones:&lt;br /&gt;
** 1. Open Street Map: 19.01.2009&lt;br /&gt;
** 2. Google: 21.01.2009&lt;br /&gt;
** 3. Yahoo!: 30.01.2009&lt;br /&gt;
** 4. local maps: 05.02.2009&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
&lt;br /&gt;
* Implement getCapabilities()&lt;br /&gt;
&lt;br /&gt;
== Ideas (not scheduled) ==&lt;br /&gt;
* Tiled local image layer; requires tiled image file in local subdirectory.&lt;br /&gt;
* Serving Shapefiles&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* http://svn.openstreetmap.org/applications/editors/josm/plugins/&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/JMapViewer&lt;br /&gt;
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling&lt;br /&gt;
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):&lt;br /&gt;
  com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)&lt;br /&gt;
  com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22279</id>
		<title>Diskussion:DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22279"/>
		<updated>2009-02-05T15:17:23Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developper&#039;s [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Plan ==&lt;br /&gt;
* Start: 25.11.2008&lt;br /&gt;
* Next Release: 09.02.2009&lt;br /&gt;
* Milestones:&lt;br /&gt;
** 1. Open Street Map: 19.01.2009&lt;br /&gt;
** 2. Google: 21.01.2009&lt;br /&gt;
** 3. Yahoo!: 30.01.2009&lt;br /&gt;
** 4. local maps: 05.02.2009&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
&lt;br /&gt;
* Complete implementation of layers from local raster files&lt;br /&gt;
* Implement getCapabilities()&lt;br /&gt;
&lt;br /&gt;
== Ideas (not scheduled) ==&lt;br /&gt;
* Tiled local image layer; requires tiled image file in local subdirectory.&lt;br /&gt;
* Serving Shapefiles&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* http://svn.openstreetmap.org/applications/editors/josm/plugins/&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/JMapViewer&lt;br /&gt;
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling&lt;br /&gt;
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):&lt;br /&gt;
  com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)&lt;br /&gt;
  com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22276</id>
		<title>Diskussion:DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22276"/>
		<updated>2009-02-05T09:48:00Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developper&#039;s [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Plan ==&lt;br /&gt;
* Start: 25.11.2008&lt;br /&gt;
* Next Release: 09.02.2009&lt;br /&gt;
* Milestones:&lt;br /&gt;
** 1. Open Street Map: 19.01.2009&lt;br /&gt;
** 2. Google: 21.01.2009&lt;br /&gt;
** 3. Yahoo!: 30.01.2009&lt;br /&gt;
** 4. local maps: 06.02.2009&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
&lt;br /&gt;
* Complete implementation of layers from local raster files&lt;br /&gt;
* Implement getCapabilities()&lt;br /&gt;
&lt;br /&gt;
== Ideas (not scheduled) ==&lt;br /&gt;
* Tiled local image layer; requires tiled image file in local subdirectory.&lt;br /&gt;
* Serving Shapefiles&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* http://svn.openstreetmap.org/applications/editors/josm/plugins/&lt;br /&gt;
* http://wiki.openstreetmap.org/wiki/JMapViewer&lt;br /&gt;
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling&lt;br /&gt;
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):&lt;br /&gt;
  com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)&lt;br /&gt;
  com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22186</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=22186"/>
		<updated>2009-01-30T15:58:04Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* About... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A minimalistic local Web Map Server&#039;&#039;&#039; - serving (remote) OpenStreetMap and (local) image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[JMapDesk]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers:&lt;br /&gt;
** OpenStreetMap from remote OSM tile server (requires internet access, see [[Tiling]]).&lt;br /&gt;
** Same with Google Maps and Yahoo! Maps&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetMap...&lt;br /&gt;
*** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
*** GetMap with layer name &#039;google&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=google]&lt;br /&gt;
*** GetMap with layer name &#039;yahoo&#039;: [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=yahoo]&lt;br /&gt;
*** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities] für alle Layers.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download (BETA!): no binaries yet.&lt;br /&gt;
* SVN desktopwms: http://sifsv002.hsr.ch/svn/desktopwms/&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22185</id>
		<title>Diskussion:DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22185"/>
		<updated>2009-01-30T14:31:10Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* ToDos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developper&#039;s [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Plan ==&lt;br /&gt;
* Start: 25.11.2008&lt;br /&gt;
* First Release: 02.02.2009&lt;br /&gt;
* Milestones:&lt;br /&gt;
** 1. Open Street Map: 19.01.2009&lt;br /&gt;
** 2. Google: 21.01.2009&lt;br /&gt;
** 3. Yahoo!: 30.01.2009&lt;br /&gt;
** 4. local maps: 05.02.2009&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
&lt;br /&gt;
* Complete implementation of layers from local raster files&lt;br /&gt;
* Implement getCapabilities()&lt;br /&gt;
&lt;br /&gt;
== Ideas (not scheduled) ==&lt;br /&gt;
* Tiled local image layer; requires tiled image file in local subdirectory.&lt;br /&gt;
* Serving Shapefiles&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* http://svn.openstreetmap.org/applications/editors/josm/plugins/&lt;br /&gt;
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling&lt;br /&gt;
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):&lt;br /&gt;
  com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)&lt;br /&gt;
  com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22184</id>
		<title>Diskussion:DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22184"/>
		<updated>2009-01-30T14:29:04Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Plan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developper&#039;s [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Plan ==&lt;br /&gt;
* Start: 25.11.2008&lt;br /&gt;
* First Release: 02.02.2009&lt;br /&gt;
* Milestones:&lt;br /&gt;
** 1. Open Street Map: 19.01.2009&lt;br /&gt;
** 2. Google: 21.01.2009&lt;br /&gt;
** 3. Yahoo!: 30.01.2009&lt;br /&gt;
** 4. local maps: 05.02.2009&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
&lt;br /&gt;
* Complete realization of &#039;tile&#039; layers OSM, Google, Yahoo&lt;br /&gt;
* Complete implementation of layers from local raster files&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Ideas (not scheduled) ==&lt;br /&gt;
* Tiled local image layer; requires tiled image file in local subdirectory.&lt;br /&gt;
* Serving Shapefiles&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* http://svn.openstreetmap.org/applications/editors/josm/plugins/&lt;br /&gt;
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling&lt;br /&gt;
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):&lt;br /&gt;
  com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)&lt;br /&gt;
  com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22183</id>
		<title>Diskussion:DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22183"/>
		<updated>2009-01-30T14:28:44Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Plan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developper&#039;s [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Plan ==&lt;br /&gt;
* Start: 25. Nov. 2008&lt;br /&gt;
* First Release: 02.02.2009&lt;br /&gt;
* Milestones:&lt;br /&gt;
** 1. Open Street Map: 19.01.2009&lt;br /&gt;
** 2. Google: 21.01.2009&lt;br /&gt;
** 3. Yahoo!: 30.01.2009&lt;br /&gt;
** 4. local maps: 5.2.2009&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
&lt;br /&gt;
* Complete realization of &#039;tile&#039; layers OSM, Google, Yahoo&lt;br /&gt;
* Complete implementation of layers from local raster files&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Ideas (not scheduled) ==&lt;br /&gt;
* Tiled local image layer; requires tiled image file in local subdirectory.&lt;br /&gt;
* Serving Shapefiles&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* http://svn.openstreetmap.org/applications/editors/josm/plugins/&lt;br /&gt;
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling&lt;br /&gt;
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):&lt;br /&gt;
  com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)&lt;br /&gt;
  com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22182</id>
		<title>Diskussion:DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=22182"/>
		<updated>2009-01-30T14:27:43Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Plan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developper&#039;s [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac]&lt;br /&gt;
&lt;br /&gt;
== Plan ==&lt;br /&gt;
* Start: 25. Nov. 2008&lt;br /&gt;
* First Release: 02.02.2009&lt;br /&gt;
* Milestones:&lt;br /&gt;
** 1. Open Street Map: 19.01.2009&lt;br /&gt;
** 2. Google: 21.01.2009&lt;br /&gt;
** 3. Yahoo!: 30.01.2009&lt;br /&gt;
** 4. local maps: 12. Dez 2008&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
&lt;br /&gt;
* Complete realization of &#039;tile&#039; layers OSM, Google, Yahoo&lt;br /&gt;
* Complete implementation of layers from local raster files&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Ideas (not scheduled) ==&lt;br /&gt;
* Tiled local image layer; requires tiled image file in local subdirectory.&lt;br /&gt;
* Serving Shapefiles&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* http://svn.openstreetmap.org/applications/editors/josm/plugins/&lt;br /&gt;
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling&lt;br /&gt;
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):&lt;br /&gt;
  com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)&lt;br /&gt;
  com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=OGR&amp;diff=21866</id>
		<title>OGR</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=OGR&amp;diff=21866"/>
		<updated>2008-12-22T13:08:33Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Beispiel CH1903 nach WGS84 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;OGR Simple Feature Library&#039;&#039;&#039;: OGR ist eine ansehnliche Sammlung von Werkzeugen, namentlich OGR2OGR, die Lese- und manchmal Schreib-Zugriffe zu einer Vielzahl von Vektor-Dateiformaten, Datenbanken und übers Internet anbieten. OGR ist Teil der [[GDAL]]-Rasterformate-Bibliothek, die wiederum in den [[FWTools]] (C++ Open Source-Programme von Frank Warmerdam) zusammengefasst sind und typischerweise über die Kommandozeile gesteuert werden.&lt;br /&gt;
&lt;br /&gt;
Zum &#039;&#039;&#039;[[HowTo OGR2OGR]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Siehe auch: &lt;br /&gt;
* [[GDAL]]&lt;br /&gt;
* [[GeoConverter]] und allgemein [[GIS-Konverter]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Über OGR ==&lt;br /&gt;
&lt;br /&gt;
;Was ist OGR?: OGR2OGR ist ein sog. &#039;starrer&#039; Konverter (1:1-Mapping), der auch Funktionen bzw. SQL-Befehle interpretieren kann - auch ohne Datenbank. SQL-Anfragen an SQL-fähige Treiber (z.B. [[PostgreSQL]]/[[PostGIS]], [[Personal Geodatabase]]) werden direkt weitergeleitet, so dass die ganze Funktionalität des beteiligten Datenbank-Treibers zugänglich ist (vgl. Kapitel über SQL unten).&lt;br /&gt;
&lt;br /&gt;
;Grundbegriffe von OGR: OGR wurde auf Basis der OpenGIS &amp;quot;Simple Features&amp;quot;-Spezifikation entworfen. Diese definiert im Wesentlichen eine Geodaten-Architektur und ein Geometrie-Typenmodell. Dieses Geometrie-Typenmodell enthält Definitionen über (Feature) Klassen, Datentypen und Methoden. Geometrietypen sind spezielle Datentypen (siehe auch [[WKT]]). Ein Feature kapselt ein vollständiges (Geo-)Objekt mit seiner Geometrie und seinen Sachattributen. Eine Feature Class-Definition enthält die Struktur-Informationen (d.h. Felder-Definitionen) einer ganzen Gruppe von Features-Objekten, d.h. ein ganzer Layer. Ein Layer-Objekt ist also eine Sammlung von Feature-Objekten derselben Feature Klasse. Einer Geometrie und damit auch einem Layer (und einer Feature Klasse) ist ein [[Koordinatensystem]] zugeordnet. Layers stammen von einer Datenquelle. Eine Datenquelle repräsentiert eine Datei oder eine Datenbank und kann eine oder mehrere Layer enthalten. Man beachte, dass &#039;layer&#039; und &#039;feature&#039; (und Objekt) im Wesentlichen identisch sind.&lt;br /&gt;
&lt;br /&gt;
;Hilfe/Community: Die Dokumentation von OGR geht etwas in GDAL/FWTools unter (Link siehe unten). Wer Hilfe braucht, sollte sich zuerst diese anschauen und kann sich dann an die [http://lists.maptools.org/mailman/listinfo/fwtools FWTools-Mailingliste] wenden, die sich auch mit OGR befasst und an GDAL/Maptools anlehnt. Hilft das nicht weiter, steht das GISpunkt HSR-Team gerne zur Seite.&lt;br /&gt;
&lt;br /&gt;
;GDAL, FWTools und OSGeo: OGR wird als Teil GDAL und diese als Teil der [http://fwtools.maptools.org/ FWTools] verteilt (Linux und Windows-Version). Immer mehr Open Source-Software (darunter bald auch OGR) wird auch über die [http://wiki.osgeo.org/index.php/OSGeo_Binary_Distribution OSGeo Binary Distribution] verteilt.&lt;br /&gt;
&lt;br /&gt;
;Gibt es weitere Werkzeuge für OGR?: Ja, z.B. ein grafisch-interaktives Frontend namens [http://www.inventis.ca/ogr2gui/index_en.htm ogr2gui] (Windows, Opensource) und natürlich die Webapplikation [[GeoConverter]].&lt;br /&gt;
&lt;br /&gt;
== Installation FWTools (OGR) ==&lt;br /&gt;
&lt;br /&gt;
OGR wird vorwiegend von Programmierern entwickelt, die Linux als Entwicklungsumgebung verwenden. Die Unterstützung von Windows steht daher etwas zurück. Wir helfen gerne bei Fragen.&lt;br /&gt;
&lt;br /&gt;
Download:&lt;br /&gt;
* [http://fwtools.maptools.org/ FWTools (enthaltend u.a. OGR)]&lt;br /&gt;
* [http://download.osgeo.org/osgeo4w/release/gdal/ OSGeo4W] (developing OSGeo multi-project installer for windows) siehe GDAL (enthaltend OGR)&lt;br /&gt;
&lt;br /&gt;
Installation unter Windows:&lt;br /&gt;
* Schritt 1: FWTools in ein (temporäres) Verzeichnis downloaden und installieren, z.B. in C:\Program Files\FWTools1.3.9&lt;br /&gt;
* Schritt 2: Arbeitsverzeichnis anlegen, z.B. C:\work\OGR\&lt;br /&gt;
* Schritt 3: setfw.bat von &amp;quot;C:\Program Files\FWTools1.3.9\&amp;quot; hineinkopieren (Alternative: PATH-Environment-Variable ergänzen). Hinweis: setfw.bat enthält einen lokalen Pfad. Das Batchfile muss allenfalls editiert und der Pfad mit Anführungszeichen unklammert werden, wie folgt:&lt;br /&gt;
  @echo off&lt;br /&gt;
  SET FWTOOLS_DIR=C:\Program Files\FWTools1.3.9&lt;br /&gt;
  call &amp;quot;%FWTOOLS_DIR%\bin\setfwenv.bat&amp;quot;&lt;br /&gt;
* Schritt 4: INTERLIS-Compiler &#039;ili2c.jar&#039; herunterladen ([http://www.interlis.ch/interlis2/download23_d.php interlis.ch &amp;gt; &amp;quot;Compiler für INTERLIS 2.3&amp;quot;]) und ili2c.jar in das Arbeitsverzeichnis kopieren (Java muss installiert sein).&lt;br /&gt;
* Abschluss: Test ob Installation bereit ist: &lt;br /&gt;
  &amp;gt; cd C:\work\OGR\&amp;gt;&lt;br /&gt;
  &amp;gt; setfw.bat&lt;br /&gt;
  &amp;gt; gdalinfo --version&lt;br /&gt;
  GDAL 1.5dev, FWTools 1.3.9, released 2007/10/11&lt;br /&gt;
* Jetzt sollte OGR - und die anderen FWTools - bereit sein. Einige Beispiele sind unten angegeben.&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
* Original-Websites:&lt;br /&gt;
** [http://www.gdal.org/ogr/ OGR-Startseite] (en) &lt;br /&gt;
** [http://trac.osgeo.org/gdal/ GDAL/OGR-Wiki] mit Bugtracker&lt;br /&gt;
** [http://lists.maptools.org/pipermail/fwtools/ Mailing list]&lt;br /&gt;
* Dokumentation der OGR-Werkzeuge und -Tools:&lt;br /&gt;
** [[HowTo OGR2OGR]] und [http://trac.osgeo.org/gdal/wiki/FAQVector FAQ OGR]&lt;br /&gt;
** [http://www.gdal.org/ogr/ogr2ogr.html ogr2ogr]-Konverter&lt;br /&gt;
** [http://www.gdal.org/ogr/ogrinfo.html ogrinfo]-Tool&lt;br /&gt;
** [http://www.bostongis.com/PrinterFriendly.aspx?content_name=ogr_cheatsheet OGR Cheatsheet] von Boston GIS&lt;br /&gt;
* Spezielle Themen:&lt;br /&gt;
** [http://www.gdal.org/ogr/osr_tutorial.html Koordinatenreferenzsysteme] CRS/SRS/PRJ&lt;br /&gt;
** [http://www.gdal.org/ogr/ogr_sql.html OGR SQL]&lt;br /&gt;
&lt;br /&gt;
== Dateiformate ==&lt;br /&gt;
&lt;br /&gt;
=== Übersicht ===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;padding-bottom:1em;&amp;quot; | Übersichts-Tabelle: OGR-Driver (Quelle: [http://www.gdal.org/ogr/ogr_formats.html OGR-Website])&lt;br /&gt;
|- bgcolor=&amp;quot;#e0e0e0&amp;quot;&lt;br /&gt;
! width=&amp;quot;10%&amp;quot;|Driver-Name || width=&amp;quot;10%&amp;quot;|File-Ext. || width=&amp;quot;5%&amp;quot;|R./W. || KRS || Grafik || class=&amp;quot;unsortable&amp;quot;|Beschreibung&lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_ili.html Interlis 1]          || .[[ITF]],.[[ILI]]     || Reader || n/a. || nein || [[INTERLIS]] 1; Datei ili2c.jar zusätzlich installieren (vgl. [[INTERLIS]]). In ITF-Datei darf keine Zeile &#039;TOPI Topic&#039; stehen (mit Editor abändern). In ILI-Datei dürfen Attributnamen nicht res. INTERLIS-Schlüsselwörtersein, z.B. nicht TYPE oder NAME. &lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_ili.html Interlis 1]          || .[[ITF]]              || Writer || ja   ||nein|| [[INTERLIS]] 1 ([[ITF]]/[[ILI]]); schreibt fälschlicherweise noch &#039;TOPI Topic&#039; ins ITF.  &lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_ili.html Interlis 2]          || .[[XML]],.[[ILI]]     || Reader || n/a. ||nein|| [[INTERLIS]] 2; ili2c.jar zusätzlich installieren&lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_ili.html Interlis 2]          || .[[XML]],.[[ILI]]     || Writer || ja   ||nein|| [[INTERLIS]] 2; z.Zt. nur beschränkt benutzbar (u.a. wegen ILI Version 2.2!)&lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_csv.html CSV]                 || .[[CSV]],(.vrt,.csvt) || Reader || n/a. ||nein|| Comma Separated Value (CSV), vgl. auch [[VRT]] und das Kapitel über &amp;quot;SQL-Queries&amp;quot; unten.  &lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_csv.html CSV]                 || .[[CSV]]              || Writer || nein ||nein|| Comma Separated Value (CSV). Durch einen SQL-Befehl (-sql &amp;quot;select *,OGR_GEOM_WKT FROM ...&amp;quot;) kann auch [[WKT]]-Geometrie geschrieben werden.&lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_shapefile.html ESRI Shapefile]|| .[[SHP]],.[[DBF]],.shx|| Reader || n/a. ||nein|| [[Shapefile]] ([[SHP]])&lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_shapefile.html ESRI Shapefile]|| .[[SHP]],.[[DBF]],.shx|| Writer || ja   ||nein|| [[Shapefile]] ([[SHP]]). Falls Quellformat Angaben zum SRS enthält, wird auch eine [[PRJ]]-Datei erzeugt. &lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_gml.html GML]                 || .[[GML]]              || Reader || n/a. ||nein|| Geographic Markup Language [[GML]] v.2.0(!)&lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_gml.html GML]                 || .[[GML]]              || Writer || ja   ||nein|| Geographic Markup Language [[GML]] v.2.0(!)&lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_gpx.html GPX]                 || .[[GPX]]              || Reader || n/a. ||(ja)|| GPS Exchange Format [[GPX]]; ACHTUNG: ab FWTools 2.0.1 auf Windows (expat-Problem)&lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_gpx.html GPX]                 || .[[GPX]]              || Writer || ja   ||(ja)|| GPS Exchange Format [[GPX]]; ab FWTools 2.0.1 auf Windows; &lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_kml.html KML]                 || .[[KML]]              || Writer || nein || ja || Keyhole Markup Language [[KML]]. Writer berücksichtig zwar kein SRS transformiert aber autom. nach WGS84. Kein Reader vorhanden.   &lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_mitab.html MapInfo File]      || .[[MIF]],.MID         || Reader || n/a. ||nein|| MapInfo Interchange File (MIF), textbasiert mit .MIF (Schema/Geometrie) und .MID (Sachdaten) (siehe auch .TAB, binär).   &lt;br /&gt;
|- bgcolor=&amp;quot;#eeeeee&amp;quot;&lt;br /&gt;
| [http://www.gdal.org/ogr/drv_mitab.html MapInfo File]      || .[[MIF]],.MID         || Writer || ja   || ja || MapInfo Interchange File (MIF), textbasiert mit .MIF (Schema/Geometrie) und .MID (Sachdaten) (siehe auch .TAB, binär).   &lt;br /&gt;
|- &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Weitere Dateiformate ===&lt;br /&gt;
Alphabetisch geordnete Liste:&lt;br /&gt;
* INTERLIS &lt;br /&gt;
** Die aktuelle Version 2.3 könnte voraussichtlich im April 2008 bereit sein.&lt;br /&gt;
* XML-Formate:&lt;br /&gt;
** XML sind &#039;streng&#039; definierte ASCII-Formate, die sich u.a. validieren, d.h. automatisch testen lassen. Einige XML-Reader achten z.B. streng darauf, dass wenn UTF-8 angegeben ist, die Datei auch in UTF-8 codiert ist. &lt;br /&gt;
* ASCII-Formate:&lt;br /&gt;
** [http://www.gdal.org/ogr/drv_dxfdwg.html DXF/DWG Writer (*)] (.dxf/.dwg) - AutoCAD [[DXF]]/DWG-Format v.12/13/14/15/18. (*) Writer nur verfügbar, wenn neu mit zusätzlicher Library kompiliert (ACHTUNG: daher z.Zt. nicht in der Windows-Distribution enthalten)&lt;br /&gt;
** Hinweis: There&#039;s a patch in trac for a - write-only - DXF driver for OGR: http://trac.osgeo.org/gdal/ticket/2555. There&#039;s also a previous DXF driver now living in &#039;spike&#039; (because of licencing reasons), with only writing capabilities too: http://trac.osgeo.org/gdal/browser/spike/dxfdwg&lt;br /&gt;
** [http://www.gdal.org/ogr/drv_vrt.html VRT Reader] (VRT, .vrt) - Virtual Datasource; nützlich z.B. für CSV mit Geometrien!&lt;br /&gt;
** [http://mateusz.loskot.net/2007/11/06/ogr-geojson-driver/ GeoJSON Reader] ([[GeoJSON]], .js) - Textuelles Format =&amp;gt; (NEU!) &lt;br /&gt;
* Binäre Dateiformate:&lt;br /&gt;
** Microstation (DGN)&lt;br /&gt;
* Datenbanken:&lt;br /&gt;
** [http://www.gdal.org/ogr/drv_pg.html PostgreSQL PG:... Reader + Writer] (Datenbank) - [[PostgreSQL]]&lt;br /&gt;
** [http://www.gdal.org/ogr/drv_odbc.html ODBC:dsn Reader] (Datenquelle) - Für die meisten relationalen Datenbanksysteme verfügbar, u.a. MS Access (.mdb)&lt;br /&gt;
** [http://www.gdal.org/ogr/drv_pgeo.html MDB (PGeo) Reader] (.mdb) - Personal Geodatabase (PGEo) lesen. Dieses Format ist unter Windows z.Zt. nicht verfügbar (ausser via ODBC).&lt;br /&gt;
** MySQL&lt;br /&gt;
** ORACLE&lt;br /&gt;
&lt;br /&gt;
== OGR-Werkzeuge ==&lt;br /&gt;
&lt;br /&gt;
=== ogr2ogr ===&lt;br /&gt;
&lt;br /&gt;
Quelle: http://www.gdal.org/ogr/ogr2ogr.html&lt;br /&gt;
&lt;br /&gt;
  Usage: ogr2ogr [-skipfailures] [-append] [-update] [-f format_name]&lt;br /&gt;
                 [-select field_list] [-where restricted_where] &lt;br /&gt;
                 [-sql &amp;lt;sql statement&amp;gt;] [--help-general]&lt;br /&gt;
                 [-spat xmin ymin xmax ymax] [-preserve_fid] [-fid FID]&lt;br /&gt;
                 [-a_srs srs_def] [-t_srs srs_def] [-s_srs srs_def]&lt;br /&gt;
                 [[-dsco NAME=VALUE] ...] dst_datasource_name&lt;br /&gt;
                 src_datasource_name&lt;br /&gt;
                 [-lco NAME=VALUE] [-nln name] [-nlt type] [layer [layer ...]]&lt;br /&gt;
&lt;br /&gt;
Häufig gebrauchte Optionen:&lt;br /&gt;
;-skipfailure: Bei Fehler weiter-konvertieren.&lt;br /&gt;
;-f format_name: Output-Dateiformat-Name. Siehe oben.&lt;br /&gt;
;-select field_list: Comma-delimited list of fields from input layer to copy to the new layer (defaults to all) &lt;br /&gt;
;-sql sql_statement: SQL statement to execute. The resulting table/layer will be saved to the output.&lt;br /&gt;
;-where restricted_where: Attribute query (like SQL WHERE) &lt;br /&gt;
;-spat xmin ymin xmax ymax: spatial query extents (x und y korrespondieren typischerweise zu lon/lat)&lt;br /&gt;
;-dsco NAME=VALUE: Dataset creation option, format-spezifisch (dsco= DataSet Creation Option) &lt;br /&gt;
;-lco NAME=VALUE: Layer creation option, format-spezifisch (lco= Layer Creation Option) &lt;br /&gt;
;-nlt type: Define the geometry type for the created layer (nlt= New Layer Type). One of NONE, GEOMETRY, POINT, LINESTRING, POLYGON, GEOMETRYCOLLECTION, MULTIPOINT, MULTILINE, MULTIPOLYGON or MULTILINESTRING. Add &amp;quot;25D&amp;quot; to the name to get 2.5D versions. &lt;br /&gt;
;-nln name: Neuer Name dem Output Layer geben (nln= New Layer Name) &lt;br /&gt;
;-t_srs srs_def: Reproject/transform to this spatial reference system (SRS, [[Koordiantensystem]]) on output (t_srs= Transform SRS)&lt;br /&gt;
&lt;br /&gt;
Seltenere Optionen:&lt;br /&gt;
;-append: Zu bestehendem Layer hinzufügen (Append) anstelle einen neuen zu erzeugen versuchen (falls vom Treiber unterstützt).&lt;br /&gt;
;-overwrite: Output Layer löschen vor dem Schreiben (falls vom Treiber unterstützt).&lt;br /&gt;
;-update: Existierender Output Layer mit Daten ergänzen (Unterschied zu append?).&lt;br /&gt;
;-a_srs srs_def: Assign an output spatial reference system (SRS, [[Koordinatensystem]]) (a_srs= Assign SRS).&lt;br /&gt;
;-s_srs srs_def: Override source spatial reference system (SRS, [[Koordinatensystem]]) (s_srs= Source SRS)&lt;br /&gt;
;-fid fid: If provided, only the feature with this feature id will be reported (fid= Feature ID). Operates exclusive of the spatial or attribute queries.&lt;br /&gt;
&lt;br /&gt;
=== ogrinfo ===&lt;br /&gt;
&lt;br /&gt;
Dokumentation im Web: [http://www.gdal.org/ogr/ogrinfo.html ogrinfo].&lt;br /&gt;
&lt;br /&gt;
Mit dem ogrinfo-Tool kann man Schema-Informationen über die unterstützten Formate abfragen.&lt;br /&gt;
&lt;br /&gt;
  Usage: ogrinfo [--help-general] [-ro] [-q] [-where restricted_where]&lt;br /&gt;
                 [-spat xmin ymin xmax ymax] [-fid fid]&lt;br /&gt;
                 [-sql statement] [-al] [-so] [--formats]&lt;br /&gt;
                 datasource_name [layer [layer ...]]&lt;br /&gt;
&lt;br /&gt;
Wichtige Optionen:&lt;br /&gt;
* -ro: Open the data source in read-only mode.&lt;br /&gt;
* -so: Summary Only.&lt;br /&gt;
* -al: Zeige alle Layers ab (All Layers). Wird durch den Parameter layer überschrieben.&lt;br /&gt;
* layer: One or more layer names may be reported.&lt;br /&gt;
&lt;br /&gt;
Zeige alle Attribute eines Shapefile (es gibt nur einen Layer):&lt;br /&gt;
  &amp;gt; ogrinfo -so -al Bahnhoefe.shp&lt;br /&gt;
&lt;br /&gt;
Zeige alle Attribute einer PostGIS-Datenbank (Layer towns)&lt;br /&gt;
  &amp;gt; ogrinfo -so -al PG:dbname=gisdb towns&lt;br /&gt;
&lt;br /&gt;
Erzeuge einen Spatial Index (.qix) für Shapefile/OGR:&lt;br /&gt;
  &amp;gt; ogrinfo -sql &amp;quot;CREATE SPATIAL INDEX ON Bahnhoefe&amp;quot; Bahnhoefe.shp&lt;br /&gt;
&lt;br /&gt;
=== ERRORs mit Erläuterungen ===&lt;br /&gt;
&lt;br /&gt;
* ERROR 1: Attempt to write non-polygon (LINESTRING) geometry to type shapefile.&lt;br /&gt;
** This error occurs in the shapefile writer if another object appears from an input stream and the geometry types is not the same as in the first object.&lt;br /&gt;
&lt;br /&gt;
== Koordinatensystem-Transformation (ogr2ogr-Option SRS) ==&lt;br /&gt;
&lt;br /&gt;
=== Beispiel CH1903 nach WGS84 ===&lt;br /&gt;
&lt;br /&gt;
Transformiere Shapefile, das im [[Koordinatensystem]] CH1903 vorliegt nach WGS84:&lt;br /&gt;
&lt;br /&gt;
  &amp;gt; ogr2ogr out Bahnhoefe.shp -s_srs EPSG:21781 -t_srs EPSG:4326&lt;br /&gt;
&lt;br /&gt;
Erläuterungen:&lt;br /&gt;
* EPSG:4326 steht für WGS84, also GPS-Koordinaten.&lt;br /&gt;
* EPSG:21781 ist der EPSG-Code für CH1903. &lt;br /&gt;
* Eine Liste aller Codes befindet sich in der Datei gcs.csv im data-Verzeichnis der FWTools.&lt;br /&gt;
* [[EPSG]]&lt;br /&gt;
* [[PRJ]]&lt;br /&gt;
&lt;br /&gt;
=== SRS-Option als URL ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GDAl 1.5 release allows you to import a spatial reference definition from a URL. It’s expected that you might use http://spatialreference.org URLs, but any old URL will do. For example, this command will reproject the world_borders shapefile to an Albers projection that a user contributed that focuses on the Northern Pacific:&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Dasselbe Beispiel wie oben, nun aber mit einer URL:&lt;br /&gt;
&lt;br /&gt;
  &amp;gt; ogr2ogr out Bahnhoefe.shp -t_srs http://spatialreference.org/ref/epsg/4326/ &lt;br /&gt;
&lt;br /&gt;
Erläuterungen:&lt;br /&gt;
* Liste von EPSG-Codes (bzw. URLs) siehe http://spatialreference.org&lt;br /&gt;
&lt;br /&gt;
== Räumlicher Ausschnitt (ogr2ogr-Option spat) ==&lt;br /&gt;
&lt;br /&gt;
Über die spat-Option kann eine BBox angegeben als &amp;quot;xmin ymin xmax ymax&amp;quot; (hier: Region Zürich):&lt;br /&gt;
  &amp;gt; ogr2ogr -spat 8.38 47.81 8.83 47.30 -f KML output.kml input.shp&lt;br /&gt;
&lt;br /&gt;
Vergrössern/Verkleinern der BBox:&lt;br /&gt;
  &amp;gt; ogr2ogr -spat 3500000 5300000 3540000 5400000 out.shp in.shp&lt;br /&gt;
&lt;br /&gt;
Hinweis: -spat does not actually clip the returned geometries. It looks for all features whose geometries&lt;br /&gt;
touch the selection region and returns the geometries intact, not clipped.&lt;br /&gt;
&lt;br /&gt;
== SQL-Queries (ogrinfo/ogr2ogr-Option SQL) ==&lt;br /&gt;
&lt;br /&gt;
Siehe [http://www.gdal.org/ogr/ogr_sql.html OGR SQL]. &lt;br /&gt;
&lt;br /&gt;
=== Analyse ===&lt;br /&gt;
&lt;br /&gt;
ogrinfo als Analyse-Werkzeug kann auch mit SQL verwendet werden, z.B. zur Analyse.&lt;br /&gt;
&lt;br /&gt;
=== Type Casting ===&lt;br /&gt;
&lt;br /&gt;
Manchmal will man den Typ oder den Namen eines Datenfeldes beim Konvertieren ändern. Dazu gibt es ab GDAL/OGR 1.6 ev. eine Möglichkeit im Rahmen der OGR SQL select list (d.h. der sql-Option): Siehe [http://trac.osgeo.org/gdal/wiki/rfc21_ogrsqlcast rfc21_ogrsqlcast].&lt;br /&gt;
&lt;br /&gt;
Beispiel: Importiert volle 255 Zeichen (statt nur den Default von 80) und ändert gleichzeitig das Datenfeld &#039;OGR_STYLE&#039; zu &#039;style&#039;.&lt;br /&gt;
  &amp;gt; ogr2ogr -f &amp;quot;ESRI Shapefile&amp;quot; -sql &amp;quot;select *, CAST(OGR_STYLE AS character(255)) AS &#039;style&#039; from rivers&amp;quot; rivers.shp rivers.tab&lt;br /&gt;
&lt;br /&gt;
=== Selektion und Projektion ===&lt;br /&gt;
&lt;br /&gt;
Zeige alle Bahnhöfe mit Namen Rapperswil (falls es mehrere gibt...):&lt;br /&gt;
  &amp;gt; ogrinfo -al -ro Bahnhoefe.shp -sql &amp;quot;SELECT * FROM bahnhoefe WHERE name=&#039;Rapperswil&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Konvertiere nur die Bahnhöfe mit Namen &#039;Rapperswil&#039; (falls es mehrere gibt...):&lt;br /&gt;
 &amp;gt; ogr2ogr Bahnhoefe_Rapperswil.shp Bahnhoefe.shp -sql &amp;quot;SELECT * FROM bahnhoefe WHERE name=&#039;Rapperswil&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Join (Beschriftungen, Lookup-Tabellen) ===&lt;br /&gt;
&lt;br /&gt;
Beispiel Zonenplan (SG):&lt;br /&gt;
* Quellen: &lt;br /&gt;
** Geodaten: zuzwil.itf,zuzwil.ili&lt;br /&gt;
** Tabelle &#039;A&#039;: Beschriftung_Kuerzel_rk, Attribute Entstehung_Gde_Kuerzel (Fremdschlüssel )&lt;br /&gt;
** Tabelle &#039;B&#039;: Zone_rechtskraeftig, Attribute _TID, Identifikator, etc.&lt;br /&gt;
* Ziel: Zonenbeschriftung (Layer)&lt;br /&gt;
** Tabelle Zonenbeschriftung mit Attributen _TID, Identifikator,Grundnutzungsflaeche,Zonenart_Gde_Kuerzel&lt;br /&gt;
&lt;br /&gt;
Umweg von ILI über Shape1 nach joined Shape2...:&lt;br /&gt;
  1. ogr2ogr out -nln Zonenbeschriftung zuzwil.itf,zuzwil.ili&lt;br /&gt;
  2. rename ... zu Zone_Pos.shp und Zone.shp&lt;br /&gt;
  3. ogr2ogr -f &amp;quot;ESRI Shapefile&amp;quot; out -nln Zonenbeschriftung Zone_Pos.shp &lt;br /&gt;
     -sql &amp;quot;SELECT Zonenart_G,_TID FROM Zone_Pos &lt;br /&gt;
           JOIN &#039;Zone.shp&#039;.Zone &lt;br /&gt;
           ON Zone_Pos.Entstehung = Zone._TID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Variante direkt von ILI joined nach Shape:&lt;br /&gt;
  ogr2ogr out -nln Zonenbeschriftung zuzwil.itf,zuzwil.ili &lt;br /&gt;
    -sql &amp;quot;SELECT _TID,Identifikator,Grundnutzungsflaeche,Zonenart_Gde_Kuerzel &lt;br /&gt;
          FROM Zonenplan__Beschriftung_Kuerzel_rk &lt;br /&gt;
          JOIN &#039;zuzwil.itf,zuzwil.ili&#039;.Zonenplan__Zone_rechtskaeftig &lt;br /&gt;
          ON Zonenplan__Beschriftung_Kuerzel_rk.Entstehung_Gde_Kuerzel = &lt;br /&gt;
             Zonenplan__Zone_rechtskraeftig._TID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Test mit ogrinfo:&lt;br /&gt;
  ogrinfo zuzwil.itf,zuzwil.ili&lt;br /&gt;
    -sql ... (dasselbe SQL-Statement wie oben)&lt;br /&gt;
&lt;br /&gt;
Beispiel amtliche Vermessung (AV-CH 01):&lt;br /&gt;
* Quellen: &lt;br /&gt;
** Geodaten. gossau_ch01.itf,gossau_ch01.ili&lt;br /&gt;
** Tabelle &#039;A&#039;: Liegenschaften__GrundstueckPos, Attribute GrundstueckPos_von, ...&lt;br /&gt;
** Tabelle &#039;B&#039;: Liegenschaften__Grundstueck, Attribute _TID,Nummer&lt;br /&gt;
* Ziel: Parzellenbeschriftung (Layer)&lt;br /&gt;
&lt;br /&gt;
  ogr2ogr out gossau_ch01.itf,gossau_ch01.ili &lt;br /&gt;
    -skipfailures&lt;br /&gt;
    -nln Parzellenbeschriftung &lt;br /&gt;
    -sql &amp;quot;SELECT _TID,Nummer &lt;br /&gt;
          FROM Liegenschaften__GrundstueckPos &lt;br /&gt;
          JOIN &#039;gossau_ch01.itf,gossau_ch01.ili&#039;.Liegenschaften__Grundstueck &lt;br /&gt;
          ON Liegenschaften__GrundstueckPos.GrundstueckPos_von = &lt;br /&gt;
             Liegenschafen__Grundstueck._TID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Treiber-spezifisches SQL ===&lt;br /&gt;
&lt;br /&gt;
Falls das Quell-Format ein OGR-Treiber für Datenbanken (MySQL, PostgreSQL, Oracle, SQLite, ODBC und Personal Geodatabase) ist, wird der SQL-Befehl direkt an diesen Treiber weitergeleitet. &lt;br /&gt;
&lt;br /&gt;
Hier ein Beispiel, bei dem das Attribut geom (aus Tabelle gisdb) vom Typ Linie zu einem solchen vom Typ Punkt umgewandelt wird. Dazu wird eine PostGIS-Funktion verwendet, welche den ersten Stützpunkt jeder Linie nimmt (Funktion ST_Startpoint(...)). Das Resultat wird in einen Layer (Shapefile) vom Typ POINT geschrieben (Option -nlt):&lt;br /&gt;
&lt;br /&gt;
  ogr2ogr point.shp PG:dbname=gisdb &lt;br /&gt;
          -sql &amp;quot;SELECT ST_Startpoint(geom)::geometry AS geom FROM gtest&amp;quot; &lt;br /&gt;
          -nlt POINT&lt;br /&gt;
&lt;br /&gt;
== ogr2ogr-Optionen Split- und Skipfailures ==&lt;br /&gt;
&lt;br /&gt;
=== Split Files ===&lt;br /&gt;
To split a DGN file into shapefiles with distinct geometry types try:&lt;br /&gt;
&lt;br /&gt;
  &amp;gt; ogr2ogr -skipfailures -nlt point      out\demo_point.shp demo.dgn&lt;br /&gt;
  &amp;gt; ogr2ogr -skipfailures -nlt linestring out\demo_line.shp  demo.dgn&lt;br /&gt;
  &amp;gt; ogr2ogr -skipfailures -nlt polygon    out\demo_poly.shp  demo.dgn&lt;br /&gt;
&lt;br /&gt;
You will see lots of error messages which you can ignore.&lt;br /&gt;
&lt;br /&gt;
=== Merge Files ===&lt;br /&gt;
&lt;br /&gt;
How to merge several Shapefiles into one?&lt;br /&gt;
&lt;br /&gt;
Windows:&lt;br /&gt;
  &amp;gt; for %f in (dir1\*.shp dir2\*.shp) do (ogr2ogr -f &amp;quot;ESRI Shapefile&amp;quot; -append merged %f) &lt;br /&gt;
&lt;br /&gt;
Unix:&lt;br /&gt;
  &amp;gt; for i in $(ls *.shp); do ogr2ogr -f &#039;ESRI Shapefile&#039; -update -append merged $i -nln abcdef&lt;br /&gt;
&lt;br /&gt;
== Grafik in OGR ==&lt;br /&gt;
&lt;br /&gt;
Seit kurzen gibt es eine akzeptierten Draft &#039;[http://www.gdal.org/ogr/ogr_feature_style.html OGR-Feature Style Specification]&#039; wie das Konzept eines Grafikmodells (&#039;Features Styles&#039;) und deren Konfiguration aussehen soll. Features Styles werden soweit wie möglich beim Konvertieren (translating) zwischen Formaten, die Styles unterstützen, beibehalten. &lt;br /&gt;
&lt;br /&gt;
Zurzeit wird die &#039;&#039;&#039;Grafik-Information nur bei den Formaten MIF/TAB und DGN&#039;&#039;&#039; berücksichtigt.&lt;br /&gt;
&lt;br /&gt;
Anwendungen von Styles:&lt;br /&gt;
* [[UMN MapServer ]] und das &#039;OpenEV&#039; machen Gebrauch davon.&lt;br /&gt;
* Zukunft:&lt;br /&gt;
** Der KML-Driver wäre ein Kandidat, unterstützt aber leider noch keine. &lt;br /&gt;
** Eine Erweiterung des VRT-Formats (siehe oben) wäre naheliegend und könnte relativ einfach realisiert werden.&lt;br /&gt;
&lt;br /&gt;
Quelle: [http://www.gdal.org/ogr/ogr_feature_style.html OGR-Feature Style Specification] draft V0.010 - 2006/09/23&lt;br /&gt;
&lt;br /&gt;
Was sind die Gemeinsamkeiten und Unterschiede von SLD und Mapfile ([[UMN MapServer]])? &lt;br /&gt;
:The concept of assigning rendering rules to geometries is shared in both cases but that&#039;s about it. The terminology (pen/brush/etc vs [[SLD]] symbolizers) and encoding (compact text strings vs verbose XML) are completely different.  SLD also supports building up classifications using filter encoding which is not part of the OGR style concept.  Why did OGR invent its own encoding instead of reusing SLD? Mostly because the OGR style encoding predates the days when SLD became well known. But even if we were to do this again today I&#039;m not sure if we  would opt for a verbose XML encoding... we&#039;d probably spend a lot of  time debating the performance issues vs the benefits of interoperability  with SLD.&lt;br /&gt;
&lt;br /&gt;
Beispiele:&lt;br /&gt;
&lt;br /&gt;
  &amp;gt; ogrinfo -al -ro Bahnhoefe.mif -sql &amp;quot;SELECT *,OGR_STYLE FROM Bahnhoefe WHERE OGR_STYLE LIKE &#039;%&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* OGR Simple Feature Library Home (=&amp;gt; [[FWTools]]): http://www.gdal.org/ogr/&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Konverter]]&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=21754</id>
		<title>DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=DesktopWMS&amp;diff=21754"/>
		<updated>2008-12-12T15:34:16Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* About... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;A minimalistic local Web Map Server&#039;&#039;&#039; - serving (remote) OpenStreetMap and (local) image maps.&lt;br /&gt;
&lt;br /&gt;
See also [[WorldFileTool]], [[WMS]] (de), [[Georeferenzieren von Bildern]] (de), [http://sifsv002.hsr.ch/desktopwms DesktopWMS Trac].&lt;br /&gt;
&lt;br /&gt;
== About... ==&lt;br /&gt;
&lt;br /&gt;
Many GIS/geodata editors nowadays include the Web Map Server protocol ([[WMS]]) from OGC, but often they lack support of free map services like OpenStreetMap and local images. OpenStreetMap serves as a free background map and it&#039;s cached, tiled and remote. Georeferenced local images very handy for getting special local knowledge into one&#039;s own geodata. &lt;br /&gt;
&lt;br /&gt;
Note that local images need to be georeferenced and aligned to north before hand. See [[WorldFileTool]] for more information about georeferencing.&lt;br /&gt;
&lt;br /&gt;
DesktopWMS is based on Peter Damen&#039;s [http://www.peterdamen.com/GoogleWMS/ &#039;GoogleWMS&#039;] software. &lt;br /&gt;
&lt;br /&gt;
DesktopWMS has been reported to work with the following GIS and map viewer:&lt;br /&gt;
* [[JOSM]]&lt;br /&gt;
* [[OpenJUMP]]&lt;br /&gt;
* [[JMapDesk]]&lt;br /&gt;
* [[GvSIG]]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
Basic features:&lt;br /&gt;
* Runs locally in the background as a server.&lt;br /&gt;
* Can be accessed as a WMS service version 1.1.1.&lt;br /&gt;
* Contains the following predefined layers:&lt;br /&gt;
** OpenStreetMap from remote OSM tile server (requires internet access).&lt;br /&gt;
* Serves local images:&lt;br /&gt;
** &#039;Ad-hoc&#039; image layer (file); requires one image file (no tiling) and a [[World file]] as configuration (use e.g. [[WorldFileTool]] to georeference]).&lt;br /&gt;
** Supported formats: jpg, gif, png.&lt;br /&gt;
&lt;br /&gt;
Ideas (not scheduled):&lt;br /&gt;
* Serving OpenStreetMap through the tiling API (see &#039;&#039;&#039;[Tiling]&#039;&#039;&#039;).&lt;br /&gt;
* Serving &#039;Yahoo Maps!&#039; through the tiling API (see &#039;&#039;&#039;[Tiling]&#039;&#039;&#039;).&lt;br /&gt;
* Tiled local image layer; requires tiled image file in local subdirectory.&lt;br /&gt;
* Serving Shapefiles&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Demo/test with WMS calls (default port is 8998):&lt;br /&gt;
* Actual (beta) version:&lt;br /&gt;
** GetMap: [http://localhost:8998/?request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg]&lt;br /&gt;
** Optional GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
* Next release:&lt;br /&gt;
** GetCapabilities: [http://localhost:8998/?request=getcapabilities]&lt;br /&gt;
** GetMap with layer name &#039;osm&#039; (= OpenStreetMap): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=osm]&lt;br /&gt;
** GetMap with layer name &#039;myimage.jpg&#039; (= local image file in ./data directory of DesktopWMS): [http://localhost:8998/?service=WMS&amp;amp;version=1.1.1&amp;amp;request=getmap&amp;amp;bbox=8.815067,47.224381,8.817712,47.226178&amp;amp;width=250&amp;amp;height=250&amp;amp;format=image/jpeg&amp;amp;layers=myimage.jpg]&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* Download: no binaries yet.&lt;br /&gt;
* SVN desktopwms: http://sifsv002.hsr.ch/svn/desktopwms/&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=21685</id>
		<title>Diskussion:DesktopWMS</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Diskussion:DesktopWMS&amp;diff=21685"/>
		<updated>2008-12-11T08:04:02Z</updated>

		<summary type="html">&lt;p&gt;Mpaulait: /* Plan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Plan ==&lt;br /&gt;
* Start: 25. Nov. 2008&lt;br /&gt;
* First Release: 12. Dez. 2008&lt;br /&gt;
* Milestones:&lt;br /&gt;
** Erste Elaboration: Woche vom 8. Dez.&lt;br /&gt;
** 1. Iteration Google: 11. Dez. 2008&lt;br /&gt;
** 2. Iteration OSM + Yahoo: 12. Dez. 2008&lt;br /&gt;
** 3. Iteration Lokale Dateien: 12. Dez 2008&lt;br /&gt;
&lt;br /&gt;
== ToDos ==&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* http://svn.openstreetmap.org/applications/editors/josm/plugins/&lt;br /&gt;
* Korrektes Map Tiling: http://delicious.com/sfkeller/tiling&lt;br /&gt;
* Hint: calculation of map tiles projection, you can find the code in (see [http://sifsv002.hsr.ch/mgmaps]):&lt;br /&gt;
  com.mgmaps.components.GPoint11.java , methods fromLonLat/toLonLat (MGMaps)&lt;br /&gt;
  com.nutiteq.maps.projections.* , methods mapPosToWgs/wgsToMapPos (MGMaps Lib)&lt;/div&gt;</summary>
		<author><name>Mpaulait</name></author>
	</entry>
</feed>