Skip to content

Commit

Permalink
Updated credential in examples as the old ones where no longer working.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcon committed Mar 14, 2014
1 parent 2be9dd4 commit aa57266
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/examples/example.basic.html
Expand Up @@ -278,7 +278,7 @@
<script type="text/javascript">
$(window).on('load', function(){
//Set default credentials
$.jHERE.defaultCredentials('_peU-uCkp-j8ovkzFGNU', 'gBoUkAMoxoqIWfxWA5DuMQ');
$.jHERE.defaultCredentials('1220G0MOv2PBLjLq6tex', '0MM0Lr7hPyqfv3GiPmBOyg');

$('#map').jHERE({enable: ['behavior', 'zoombar', 'typeselector', 'positioning', 'contextmenu']});
$('#map').jHERE('type', 'smart').jHERE('marker', [52.49, 13.37], {text: '●', textColor: '#fff', fill: '#004C9A',
Expand Down
2 changes: 1 addition & 1 deletion src/examples/example.clustering.html
Expand Up @@ -4191,7 +4191,7 @@
<script type="text/javascript">
$(window).on('load', function(){
//Set default credentials
$.jHERE.defaultCredentials('_peU-uCkp-j8ovkzFGNU', 'gBoUkAMoxoqIWfxWA5DuMQ');
$.jHERE.defaultCredentials('1220G0MOv2PBLjLq6tex', '0MM0Lr7hPyqfv3GiPmBOyg');

$('#map').jHERE({enable: ['behavior'], center: [52.51, 13.4], zoom: 4});
$('#map').jHERE('cluster', data);
Expand Down
2 changes: 1 addition & 1 deletion src/examples/example.customize.html
Expand Up @@ -25,7 +25,7 @@
<script type="text/javascript">
$(window).on('load', function(){
//Set default credentials
$.jHERE.defaultCredentials('_peU-uCkp-j8ovkzFGNU', 'gBoUkAMoxoqIWfxWA5DuMQ');
$.jHERE.defaultCredentials('1220G0MOv2PBLjLq6tex', '0MM0Lr7hPyqfv3GiPmBOyg');

$('#map').jHERE({enable: ['behavior', 'zoombar', 'typeselector', 'positioning', 'contextmenu']})
.jHERE('customize', {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/example.geocode.html
Expand Up @@ -23,7 +23,7 @@
<script type="text/javascript">
$(window).on('load', function(){
//Set default credentials
$.jHERE.defaultCredentials('69Dgg78qt4obQKxVbRA8', 'Nz7ilIB_v1CRwPXxgPdvuA');
$.jHERE.defaultCredentials('1220G0MOv2PBLjLq6tex', '0MM0Lr7hPyqfv3GiPmBOyg');
$.jHERE.geocode('Berlin, Germany').done(function(center){
$('#map').jHERE({enable: ['behavior', 'zoombar', 'typeselector', 'positioning', 'contextmenu'], center: center});
});
Expand Down
2 changes: 1 addition & 1 deletion src/examples/example.getters.html
Expand Up @@ -59,7 +59,7 @@
$(window).on('load', function(){
var map = $('#map');
//Set default credentials
$.jHERE.defaultCredentials('_peU-uCkp-j8ovkzFGNU', 'gBoUkAMoxoqIWfxWA5DuMQ');
$.jHERE.defaultCredentials('1220G0MOv2PBLjLq6tex', '0MM0Lr7hPyqfv3GiPmBOyg');
map.jHERE({center: {latitude: 52.49, longitude: 13.39}, enable: ['behavior', 'zoombar']});

//At this point the map is not yet initialized, so this should console.log
Expand Down
2 changes: 1 addition & 1 deletion src/examples/example.shapes.html
Expand Up @@ -42,7 +42,7 @@
$(window).on('load', function(){
var map = $('#map');
//Set default credentials
$.jHERE.defaultCredentials('_peU-uCkp-j8ovkzFGNU', 'gBoUkAMoxoqIWfxWA5DuMQ');
$.jHERE.defaultCredentials('1220G0MOv2PBLjLq6tex', '0MM0Lr7hPyqfv3GiPmBOyg');

map.jHERE({enable: ['behavior', 'zoombar'], type: 'smart', center: [52.5, 13.3], zoom: 11});
map.jHERE('rectangle', {topLeft: [52.6, 13.2], bottomRight: [52.457, 13.48], style: {fill: '#ccc5'}});
Expand Down
2 changes: 1 addition & 1 deletion src/examples/example.tire.html
Expand Up @@ -277,7 +277,7 @@
<script type="text/javascript">
$(window).on('load', function(){
//Set default credentials
$.jHERE.defaultCredentials('_peU-uCkp-j8ovkzFGNU', 'gBoUkAMoxoqIWfxWA5DuMQ');
$.jHERE.defaultCredentials('1220G0MOv2PBLjLq6tex', '0MM0Lr7hPyqfv3GiPmBOyg');

$('#map').jHERE({enable: ['behavior', 'zoombar', 'typeselector', 'positioning', 'contextmenu']});
$('#map').jHERE('type', 'smart').jHERE('marker', [52.49, 13.37], {text: '●', textColor: '#fff', fill: '#004C9A',
Expand Down

0 comments on commit aa57266

Please sign in to comment.