Changeset 5811459 in osmose-frontend
- Timestamp:
- Nov 24, 2012 8:41:32 PM (6 years ago)
- Branches:
- master
- Children:
- 38a1ca7
- Parents:
- e5365c1
- git-author:
- Frédéric Rodrigo <frodrigo@…> (24/11/2012 20:03:20)
- git-committer:
- Frédéric Rodrigo <frodrigo@…> (24/11/2012 20:41:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
static/map/map.js
re5365c1 r5811459 436 436 "&item=" + ch + 437 437 "&level=" + document.myform.level.value; 438 439 438 pois.loadText(params); 440 439 441 440 if (heat.visibility) { 441 var params = 442 "?zoom=" + document.myform.zoom.value + 443 "&source=" + document.myform.source.value + 444 "&user=" + document.myform.user.value + 445 "&item=" + ch + 446 "&level=" + document.myform.level.value; 442 447 var url = "heat/${z}/${x}/${y}.png" + params; 443 448 if (heat.url != url) {
Note: See TracChangeset
for help on using the changeset viewer.