Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Minor adjustment to starting viewpoint
  • Loading branch information
alexjmoore authored Sep 7, 2017
1 parent fb1f6c8 commit aa24f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZombieConsumer/src/main/resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/stomp.js/2.3.3/stomp.js"></script>

<script>
var map = L.map('map').setView([40.415363, -3.707398], 6);
var map = L.map('map').setView([47.415363, 0.707398], 5);
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token={accessToken}', {
maxZoom: 20,
id: 'ciberado.phdobb5a',
Expand Down

0 comments on commit aa24f58

Please sign in to comment.