Result format "googlemaps3"

De Semantic MediaWiki - Sandbox

< Smwdoc

→ Back to Overview of #smwdoc used for different result formats
→ Back to Documentation of #smwdoc usable for different result formats

en

Parameter Aliases Type Default Description
width - number and dimensional unit auto Allows setting the width of the map. By default pixels will be assumed as unit, but you can explicitly specify one of these units: px, ex, em, %.
height - number and dimensional unit 350 Allows setting the height of the map. By default pixels will be assumed as unit, but you can explicitly specify one of these units: px, ex, em.
centre center text no The location on which the map should be centered
title - text empty Allows setting text that will be displayed in the pop-ups of all markers that do not have a specific title.

When used together with label, the title will be bold and underlined.

label text text empty Allows setting text that will be displayed in the pop-ups of all markers that do not have a specific label.
icon - text empty Allows setting the icon used for all markers.
lines - List of lines empty Lines to display
polygons - List of geographical polygons empty Polygons to display
circles - List of circles empty Circles to display
rectangles - List of rectangles empty Rectangles to display
maxzoom - whole number no The maximum zoom level
minzoom - whole number no The minimum zoom level
copycoords - yes/no no Show a dialog when clicking on a marker from which its coordinates may be copied
static - yes/no no Make the map static
visitedicon - text empty The filename of an image to be used for marker icons after the original markers have been clicked
wmsoverlay - Web Map Service overlay no Use a WMS overlay
zoom - whole number 14 The zoom level for the map. For maps with markers this will default to the most zoomed in level that still shows all markers.
type - text roadmap The map type to initially show.
types - list of texts roadmap, satellite, hybrid, terrain The map types that will be available via the type control.
layers - list of texts empty Special layers to load onto the map.
controls - list of texts pan, zoom, type, scale, streetview, rotate The controls to place on the map.
zoomstyle - text default The style of the zoom control.
typestyle - text default The style of the type control.
autoinfowindows - yes/no no Automatically open all info windows after the page has loaded.
resizable - yes/no no Makes the map resizable by dragging at its lower right corner.
kmlrezoom - yes/no no Rezoom the map after the KML layers have been loaded.
poi - yes/no yes Show points of interest.
cluster markercluster yes/no no Allows merging of multiple nearby markers into one marker
clustergridsize - whole number 60 The grid size of a cluster in pixels.
clustermaxzoom - whole number 20 The maximum zoom level where clusters may exist.
clusterzoomonclick - yes/no yes Whether the default behaviour of clicking on a cluster is to zoom into it.
clusteraveragecenter - yes/no yes Whether the center of each cluster should be the average of all markers in the cluster.
clusterminsize - whole number 2 The minimum number of markers to be in a cluster before the markers are hidden and a count is shown.
imageoverlays - List of image overlays empty Allows adding an image to be shown on the specified location on the map.
kml - list of texts empty KML files to load onto the map.
gkml - list of texts empty KML files hosted by Google to load onto the map.
searchmarkers - text empty Allows to search for specific markers via a field embedded into the map.
fullscreen enablefullscreen yes/no no Enable fullscreen button
scrollwheelzoom scrollzoom yes/no no Indicates if mouse scrolling should be enabled or not.
staticlocations locations, points List of locations empty A list of locations to add to the map together with the queried data. Like with display_points, you can add a title, description and icon per location using the tilde "~" as separator.
showtitle show title yes/no yes Show a title in the marker info window or not. Disabling this is often useful when using a template to format the info window content.
hidenamespace hide namespace yes/no yes Show the namespace title in the marker info window
template - text no A template to use to format the info window contents.
userparam - text empty A value passed into each template call, if a template is used
activeicon - text empty Icon to be displayed instead of default marker, when active page is equal to query result
pagelabel - yes/no no When set to "yes", all markers will have an "inlineLabel" with a link to the page containing the coordinates for the marker
ajaxcoordproperty - text empty Name of the coordinate property which is used to build the ajax query.
ajaxquery - text empty A second query that is sent via ajax to fetch additional coordinates.

qqx

(validator-describe-header-parameter) (validator-describe-header-aliases) (validator-describe-header-type) (validator-describe-header-default) (validator-describe-header-description)
width - (validator-type-dimension) auto (maps-par-width)
height - (validator-type-dimension) 350 (maps-par-height)
centre center (validator-type-string) no (maps-par-centre)
title - (validator-type-string) (validator-describe-empty) (maps-displaymap-par-title)
label text (validator-type-string) (validator-describe-empty) (maps-displaymap-par-label)
icon - (validator-type-string) (validator-describe-empty) (maps-displaymap-par-icon)
lines - (validator-type-mapsline-list) (validator-describe-empty) (maps-displaymap-par-lines)
polygons - (validator-type-mapspolygon-list) (validator-describe-empty) (maps-displaymap-par-polygons)
circles - (validator-type-mapscircle-list) (validator-describe-empty) (maps-displaymap-par-circles)
rectangles - (validator-type-mapsrectangle-list) (validator-describe-empty) (maps-displaymap-par-rectangles)
maxzoom - (validator-type-integer) no (maps-displaymap-par-maxzoom)
minzoom - (validator-type-integer) no (maps-displaymap-par-minzoom)
copycoords - (validator-type-boolean) no (maps-displaymap-par-copycoords)
static - (validator-type-boolean) no (maps-displaymap-par-static)
visitedicon - (validator-type-string) (validator-describe-empty) (maps-displaymap-par-visitedicon)
wmsoverlay - (validator-type-wmsoverlay) no (maps-displaymap-par-wmsoverlay)
zoom - (validator-type-integer) 14 (maps-par-zoom)
type - (validator-type-string) roadmap (maps-googlemaps3-par-type)
types - (validator-type-string-list) roadmap, satellite, hybrid, terrain (maps-googlemaps3-par-types)
layers - (validator-type-string-list) (validator-describe-empty) (maps-googlemaps3-par-layers)
controls - (validator-type-string-list) pan, zoom, type, scale, streetview, rotate (maps-googlemaps3-par-controls)
zoomstyle - (validator-type-string) default (maps-googlemaps3-par-zoomstyle)
typestyle - (validator-type-string) default (maps-googlemaps3-par-typestyle)
autoinfowindows - (validator-type-boolean) no (maps-googlemaps3-par-autoinfowindows)
resizable - (validator-type-boolean) no (maps-par-resizable)
kmlrezoom - (validator-type-boolean) no (maps-googlemaps3-par-kmlrezoom)
poi - (validator-type-boolean) yes (maps-googlemaps3-par-poi)
cluster markercluster (validator-type-boolean) no (maps-par-markercluster)
clustergridsize - (validator-type-integer) 60 (maps-googlemaps3-par-clustergridsize)
clustermaxzoom - (validator-type-integer) 20 (maps-par-clustermaxzoom)
clusterzoomonclick - (validator-type-boolean) yes (maps-par-clusterzoomonclick)
clusteraveragecenter - (validator-type-boolean) yes (maps-googlemaps3-par-clusteraveragecenter)
clusterminsize - (validator-type-integer) 2 (maps-googlemaps3-par-clusterminsize)
imageoverlays - (validator-type-mapsimageoverlay-list) (validator-describe-empty) (maps-googlemaps3-par-imageoverlays)
kml - (validator-type-string-list) (validator-describe-empty) (maps-par-kml)
gkml - (validator-type-string-list) (validator-describe-empty) (maps-googlemaps3-par-gkml)
searchmarkers - (validator-type-string) (validator-describe-empty) (maps-par-searchmarkers)
fullscreen enablefullscreen (validator-type-boolean) no (maps-par-enable-fullscreen)
scrollwheelzoom scrollzoom (validator-type-boolean) no (maps-par-scrollwheelzoom)
staticlocations locations, points (validator-type-mapslocation-list) (validator-describe-empty) (semanticmaps-par-staticlocations)
showtitle show title (validator-type-boolean) yes (semanticmaps-par-showtitle)
hidenamespace hide namespace (validator-type-boolean) yes (semanticmaps-par-hidenamespace)
template - (validator-type-string) no (semanticmaps-par-template)
userparam - (validator-type-string) (validator-describe-empty) (semanticmaps-par-userparam)
activeicon - (validator-type-string) (validator-describe-empty) (semanticmaps-par-activeicon)
pagelabel - (validator-type-boolean) no (semanticmaps-par-pagelabel)
ajaxcoordproperty - (validator-type-string) (validator-describe-empty) (semanticmaps-par-ajaxcoordproperty)
ajaxquery - (validator-type-string) (validator-describe-empty) (semanticmaps-par-ajaxquery)

de

Parameter Aliasse Typ Standard Beschreibung
width - Zahl mit Maßeinheit auto Die Kartenbreite, die genutzt werden soll. Standardmäßig wird Pixel (px) als Einheit angenommen. Jedoch kann auch eine der folgenden Einheiten angegeben werden: ex, em und %
height - Zahl mit Maßeinheit 350 Die Kartenhöhe, die genutzt werden soll. Standardmäßig wird Pixel (px) als Einheit angenommen. Jedoch kann auch eine der folgenden Einheiten angegeben werden: px, ex, und em.
centre center Text no Die Koordinaten des Standorts (bpsw. 50.0093,8.2564), an dem die Karte zentriert werden soll
title - Text leer Der Text, der in den Pop-up-Fenstern zu den Markierungen angezeigt werden soll, die über keinen eigenständigen Titel verfügen. Sofern dieser zusammen mit einer Beschriftung genutzt wird, wird der Titel in Fettschrift und unterstrichen angezeigt.
label text Text leer Der Text, der in den Pop-up-Fenstern der Markierungen angezeigt werden soll, die über keine eigenständige Beschriftung verfügen
icon - Text leer Das Symbol, das für alle Markierungen genutzt werden soll
lines - Liste der Linien leer Anzuzeigende Linien
polygons - Liste geografischer Vielecke leer Anzuzeigende Vielecke
circles - Liste der Kreise leer Anzuzeigende Kreise
rectangles - Liste der Rechtecke leer Anzuzeigende Rechtecke
maxzoom - Ganzzahl no Die maximale Anzeigestufe
minzoom - Ganzzahl no Die minimale Anzeigestufe
copycoords - ja/nein no Zeigt einen Dialog beim Anklicken eines Standortes an, von dem seine Koordinaten kopiert werden können.
static - ja/nein no Die Karte statisch machen
visitedicon - Text leer Der Dateiname des Symbols, das anstelle der ursprünglichen Markierung angezeigt werden soll, sobald die Originalmarkierungen angeklickt wurden
wmsoverlay - Web-Map-Service-Überlagerung no Eine Web-Map-Service-Ebene verwenden
zoom - Ganzzahl 14 Die Zoomstufe für die Karte. Karten mit Kennzeichnungen werden standardmäßig auf die Stufe gezoomt, in der diese noch alle gemeinsam angezeigt werden können.
type - Text roadmap Die zunächst anzuzeigende Kartenart.
types - Liste mit Texten roadmap, satellite, hybrid, terrain Die Kartenarten, die über die Steuerung zu den Kartenarten verfügbar gemacht werden sollen.
layers - Liste mit Texten leer Die auf die Karte zu ladenden Sonderebenen.
controls - Liste mit Texten pan, zoom, type, scale, streetview, rotate Die auf der Karte anzuzeigenden Steuerelemente.
zoomstyle - Text default Der Stil der Zoomsteuerung.
typestyle - Text default Der Stil der Steuerung zu den Kartenarten.
autoinfowindows - ja/nein no Die Informationsfenster nach dem Laden der Seite automatisch öffnen oder nicht
resizable - ja/nein no Die Karte durch Ziehen von der unteren rechten Ecke größenveränderbar machen können
kmlrezoom - ja/nein no Die Karte erneut zoomen, nachdem die KML-Ebenen geladen wurden.
poi - ja/nein yes Die Sehenswürdigkeiten anzeigen
cluster markercluster ja/nein no Erlaubt das Zusammenführen mehrerer benachbarter Markierungen zu einer Markierung
clustergridsize - Ganzzahl 60 Die Rastergröße eines Clusters in Pixeln
clustermaxzoom - Ganzzahl 20 Die maximale Vergrößerungsstufe, in der Cluster vorhanden sein können.
clusterzoomonclick - ja/nein yes Ob das Standardverhalten beim Klicken auf einen Cluster dessen Vergrößerung ist.
clusteraveragecenter - ja/nein yes Ob die Mitte jedes Clusters der Durchschnitt aller Markierungen des Clusters sein soll
clusterminsize - Ganzzahl 2 Die Mindestzahl der Markierungen, die ein Cluster enthalten soll, bevor die Markierungen versteckt werden und ein Zähler angezeigt wird
imageoverlays - Liste der Bildüberlagerungen leer Erlaubt das Hinzufügen eines Bildes, das am angegebenen Ort auf der Karte angezeigt wird
kml - Liste mit Texten leer Die auf die Karte zu ladenden KML-Dateien.
gkml - Liste mit Texten leer Die von Google gehosteten KML-Dateien, die auf die Karte geladen werden sollen
searchmarkers - Text leer Erlaubt die Suche nach speziellen Markierungen über ein in die Karte eingebettetes Feld
fullscreen enablefullscreen ja/nein no Vollbildschaltfläche aktivieren
scrollwheelzoom scrollzoom ja/nein no Zeigt an, ob das Mausscrollen aktiviert werden soll oder nicht.
staticlocations locations, points Liste der Standorte leer Die Listen von Standorten, die zusammen mit den abgefragten Daten, der Karte hinzugefügt werden sollen. Analog zu den Anzeigepunkten können je Standort Titel, Beschreibung und Symbol, unter Verwendung einer Tilde „~“ als Trennzeichen, hinzugefügt werden.
showtitle show title ja/nein yes Den Titel im Informationsfenster der Kennzeichnung anzeigen oder nicht. Diese Option zu deaktivieren ist oftmals dann nützlich, sofern eine Vorlage zur Formatierung des Informationsfensterinhalts verwendet wird.
hidenamespace hide namespace ja/nein yes Den Namen des Namensraums im Informationsfenster der Kennzeichnung anzeigen
template - Text no Die zur Formatierung des Informationsfensterinhalts zu verwendende Vorlage.
userparam - Text leer Ein in jedem Vorlagenaufruf zu übergebender Wert, falls eine Vorlage verwendet wird.
activeicon - Text leer Das Symbol, das anstelle der Standardmarkierung angezeigt wird, sofern die aktive Seite dem Abfrageergebnis entspricht.
pagelabel - ja/nein no Sofern mit „yes“ (ja) festgelegt, verfügen alle Markierungen über eine eingebettete Anzeige mit einem Link zur entsprechenden Seite sowie den entsprechenden Koordinaten.
ajaxcoordproperty - Text leer Name des Koordinatenattributs, das zur Erstellung der Ajax-Abfrage verwendet wird.
ajaxquery - Text leer Eine zweite Abfrage, die über Ajax gesendet wird, um zusätzliche Koordinaten abzurufen.

userlang

Paramètre Alias Type Par défaut Description
width - nombre et unité de dimension auto Permet de définir la largeur de la carte. Par défaut les pixels seront considérés comme unité, mais vous pouvez spécifier explicitement une de ces unités : px, ex, em, %.
height - nombre et unité de dimension 350 Permet de définir la hauteur de la carte. Par défaut les pixels seront considérés comme unité, mais vous pouvez spécifier explicitement une de ces unités : px, ex, em.
centre center texte no Le lieu sur lequel la carte devra être centrée
title - texte vide Permet de définir le texte qui sera affiché dans les bulles contextuelles de tous les marqueurs qui ne disposent pas d’un titre spécifique.

Lorsqu’il est utilisé avec le libellé, le titre sera en gras et souligné.

label text texte vide Permet de définir le texte qui sera affiché dans les bulles contextuelles de tous les marqueurs qui n’ont pas de libellé spécifique.
icon - texte vide Permet de définir l’icône utilisée pour tous les marqueurs.
lines - Liste de lignes vide Lignes à afficher
polygons - Liste des polygones géographiques vide Polygones à afficher
circles - Liste de cercles vide Cercles à afficher
rectangles - Liste de rectangles vide Rectangles à afficher
maxzoom - nombre entier no Le niveau maximal d’agrandissement
minzoom - nombre entier no Le niveau minimal d’agrandissement
copycoords - oui/non no Afficher une boîte de dialogue lors du clic sur un marqueur, depuis lequel ses coordonnées peuvent être copiées.
static - oui/non no Rendre la carte statique
visitedicon - texte vide Le nom de fichier d’une image à utiliser comme icônes de marqueur après avoir cliqué les marqueurs d’origine
wmsoverlay - Surcouche du Service de carte web no Utiliser une surcouche WMS
zoom - nombre entier 14 Le niveau de zoom de la carte. Pour les cartes avec marqueurs, ceci positionne la valeur par défaut du plus grand zoom qui permet encore de montrer tous les marqueurs.
type - texte roadmap Le type de carte à afficher initialement.
types - liste de textes roadmap, satellite, hybrid, terrain Les types de carte qui seront disponibles via le contrôle de type.
layers - liste de textes vide Couches spéciales à charger sur la carte.
controls - liste de textes pan, zoom, type, scale, streetview, rotate Les contrôles à placer sur la carte.
zoomstyle - texte default Style du contrôle de zoom.
typestyle - texte default Style du contrôle de type.
autoinfowindows - oui/non no Ouvrir automatiquement toutes les fenêtres d’information après le chargement de la page.
resizable - oui/non no Rendre la carte redimensionnable en faisant glisser son coin inférieur droit.
kmlrezoom - oui/non no Zoomer de nouveau la carte une fois que les couches KML ont été chargées.
poi - oui/non yes Afficher les points d’intérêt.
cluster markercluster oui/non no Autoriser la fusion de plusieurs repères à proximité en un seul repère
clustergridsize - nombre entier 60 La taille de la grille (en pixels) d’un agrégat.
clustermaxzoom - nombre entier 20 Niveau maximal de zoom pour lequel des agrégats peuvent exister.
clusterzoomonclick - oui/non yes Si le comportement lorsqu’on clique sur un agrégat est par défaut de zoomer dessus.
clusteraveragecenter - oui/non yes Si le centre de chaque agrégat est le barycentre des marqueurs dans l’agrégat.
clusterminsize - nombre entier 2 Le nombre minimum de marqueurs dans un agrégat avant que les marqueurs ne soient cachés et qu’un compteur ne les remplace.
imageoverlays - Liste de surcouches d’images vide Permet d’ajouter une image à l’emplacement indiqué sur la carte.
kml - liste de textes vide Fichiers KML à charger sur la carte.
gkml - liste de textes vide Les fichiers KML hébergés par Google à charger sur la carte.
searchmarkers - texte vide Permet de rechercher des marqueurs spécifiques via un champ inclus dans la carte.
fullscreen enablefullscreen oui/non no Activer le bouton du mode plein écran
scrollwheelzoom scrollzoom oui/non no Indique si le défilement à la souris doit être ou non activé.
staticlocations locations, points Liste d’emplacements vide Une liste de lieux à ajouter à la carte avec les données demandées. Comme avec « display_points », vous pouvez ajouter un titre, une description et une icône par emplacement en utilisant le tilde « ~ » comme séparateur.
showtitle show title oui/non yes Afficher un titre dans la fenêtre d’information des marqueurs ou non. La désactivation de ceci est souvent utile lorsque vous utilisez un modèle pour formater le contenu de la fenêtre d’informations.
hidenamespace hide namespace oui/non yes Afficher le titre de l’espace de noms dans la fenêtre d’information du marqueur
template - texte no Un modèle à utiliser pour mettre en forme le contenu de la fenêtre d’informations.
userparam - texte vide Une valeur passée dans chaque appel de modèle, si un modèle est utilisé
activeicon - texte vide Icône à afficher à la place du marqueur par défaut, quand la page active est égale au résultat de la recherche
pagelabel - oui/non no Quand il vaut « yes » (oui), tous les marqueurs auront un « inlineLabel » avec un lien vers la page contenant les coordonnées du marqueur
ajaxcoordproperty - texte vide Nom de la propriété de coordonnées utilisée pour construire la requête Ajax.
ajaxquery - texte vide Une seconde requête qui est envoyée via Ajax pour récupérer des coordonnées supplémentaires.
Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.