Skip to content
Snippets Groups Projects
Select Git revision
  • 47cd4913166e156148012d2de75d6f276b2dfc02
  • master default
  • next_version
  • laurent-change.log
  • Documentation_homogeneisation
  • HEAD
  • 2021.02.02
  • 2021.02.01
  • 2021.02.00
  • 2021.01.00
  • 2020.02.02
  • 2020.02.01
  • 2020.02.00
  • 2020.01.05
  • 2020.01.04
  • 2020.01.03
  • 2020.01.02
  • 2020.01.01
  • 2020.01.00
  • 2019.03.00
  • 2019.02.07
  • 2019.02.06
  • 2019.02.05
  • 2019.02.04
  • 2019.02.03
  • 2019.02.02
26 results

overview.phtml

Blame
  • overview.phtml 826 B
    <?php
    /**
     * @SWG\Swagger(
     *      basePath="/[service_alias]/vm4ms",
     *     	host="[server]",
     *    	schemes={"[protocol]"},
     *     	produces={  
     *          "application/json",
                "application/xml",
                "text/html"
     * 		},
     *     @SWG\Info(
     *         version="1.0.0",
     *         title="vMap4MapServer Test Rest",
     *         description="All features to access server operation for vMap4MapServer",
     *     )
     * )
     */
    ?>
    
    <h1 class="titleOverview">Service vMap4MapServer</h1>
    <p>
    	<a class="linkOverview" href="javascript:sService='vm4ms';LoadApi()">vMap4MapServer :</a> this is the most comprehensive service which should be used as a preference when developing applications communicating with vMap4MapServer. Those services allow you to administrate vMap4MapServer applications.
    </p>