Skip to content

Commit

Permalink
Merge pull request #420 from geoadmin/fix_quick
Browse files Browse the repository at this point in the history
Move scipt loader in body
  • Loading branch information
cedricmoullet committed Feb 15, 2014
2 parents 72021a6 + b85fc6d commit c38cada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsdi/static/doc/source/api/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Below you'll find a complete working example. Create a new file, copy in the con
width: 100%;
}
</style>
<script src="http://api3.geo.admin.ch/loader.js?lang=en" type="text/javascript"></script>
<title>GeoAdmin API example</title>
</head>
<body>
<h2>My first GeoAdmin map</h2>
<script src="http://api3.geo.admin.ch/loader.js?lang=en" type="text/javascript"></script>
<div id="map" class="map"></div>
<script type="text/javascript">
var layer = ga.layer.create('ch.swisstopo.pixelkarte-farbe');
Expand Down

0 comments on commit c38cada

Please sign in to comment.