Atlas-interne Verknüpfungen

In a Geopublisher altas, there are several places when you may enter links to other atlas content. Here is a table with short descriptions.

As attribute values

The following links can be entered as text attribute values (e.g. in a DBF-file). When the geo-object that belongs to attribut is selected with the Info-Tool, buttons or images are displayed in the information panel.

syntax function path is relativ to
img://image.jpg
img://image.png
Shows an image in the window of the info-tool.
(You can use png, jpg, jpeg and gif)
The images is expected relative to the internal layer folder (e.g. ad/data/vector_name_234/image.jpg)
pdf://aPDF.pdf A button in shown in the info-tool panel. Pressing hte button opens the PDF.
(If the computers has no pdf viewer installed, the PDF is not shown)
relative to the internal layer folder (e.g. ad/data/vector_name_234/aPDF.pdf)
map://mapID Shows a button with the name of the map. Pressing the button opens the new map. (If the targeted mapid doesn't exist, the button is not shown) Note: The map also has to be reachable from the atlas menu. Otherwise it would not be exported as part of the atlas.
browser://page.html Opens the page in computer's browser. e.g. Firefox relative to the internal layer folder (e.g. ad/data/vector_name_234/page.html)
browser://http://www.geopublisher.org Opens the page in computer's browser. e.g. Firefox  

html://www.geopublisher.org

html://page.html

Opens the page in internal browser of the atlas.
relative to the internal layer folder (e.g. ad/data/vector_name_234/page.html)

Links in HTML pages.

These links can be defined in all HTML pages, that are shown by the internal atlas browser: This includes not only the information pages of maps and layers, but also the popup- and about window.

syntax function path is relativ to
<a href="pdf://aPdf.pdf"> ein Link </a> Pressing the link opens the PDF in the systems PDF viewer.
(If the computers has no pdf viewer installed, the PDF is not shown)
relative to the .html file containing the link
<a href="map://mapID"> ein Link </a> Opens the map described by its id. How to determine the ID of a map is described here. Note: The map also has to be reachable from the atlas menu. Otherwise it would not be exported as part of the atlas.
<a href="browser://eineSeite.html"> ein Link </a> Opens the computers browser to show the webpage relative to the .html file containing the link
<a href="browser://http://www.eineURL.de/irdenwas.html"> ein Link </a> Opens the computers browser to show the webpage  

 

Languages