Changeset 9026 for src/django_gheat/samples/persisted/templates/home.html
- Timestamp:
- Apr 6, 2011, 4:23:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/samples/persisted/templates/home.html
r9006 r9026 19 19 heatmap.getTileUrl = function (tile, zoom) { 20 20 base = 'http://127.0.0.1:8000/gheat/'; 21 color_scheme = ' firetrans';21 color_scheme = 'classic'; 22 22 url = base + color_scheme +'/'+ zoom +'/' 23 23 url += tile.x +','+ tile.y +'.png';
Note:
See TracChangeset
for help on using the changeset viewer.