Function: RenderGeoAdminLinks

Parameters

Implementation

%STARTINCLUDE%
%~~ DBQUERY{topic="%name%"
*~~ format="%DBCALL{"%TOPIC%" section="format"}%"}%
%STOPINCLUDE%

Format

%STARTSECTION{"format"}%
~~~    <li>Anzeige in http://map.geo.admin.ch/ (Topographische Karten der Landestopographie)
~~~    <ul>
$percntCALC{$IF($EXACT($formfield(Einstiegskoordinate_x),),<li>Es wurden noch keine Einstiegskoordinaten eingegeben</li>,<li><a href='
*~~ https://canyon.carto.net/cwiki/bin/custom/create_geoadmin_link.pl?x=$expand(Einstiegskoordinate_x)&
*~~ y=$expand(Einstiegskoordinate_y)&icon=6' target='_new'>Einstieg</a></li>)}$percnt
$percntCALC{$IF($EXACT($formfield(Ausstiegskoordinate_x),),<li>Es wurden noch keine Ausstiegskoordinaten eingegeben</li>,<li><a href='
*~~ https://canyon.carto.net/cwiki/bin/custom/create_geoadmin_link.pl?x=$expand(Ausstiegskoordinate_x)&
*~~ y=$expand(Ausstiegskoordinate_y)&icon=6' target='_new'>Ausstieg</a></li>)}$percnt
~~~    </ul>
%ENDSECTION{"format"}%

Test

  • Anzeige in http://map.geo.admin.ch/ (Topographische Karten der Landestopographie)

  • -- PeterSykora - 14 Jan 2013

    Topic revision: r4 - 2013-11-08 - PeterSykora