0
Commit Graph

73 Commits

Author SHA1 Message Date
Aaron Griffith
091a76fe60 added sans-serif font styling to whole page, in line with other controls 2011-06-15 10:26:58 -04:00
Eric Carr
0bb484bdf7 Added mouseover coords 2011-06-15 10:26:58 -04:00
Aaron Griffith
512b2032b2 finished styling controls 2011-06-08 19:58:18 -04:00
Aaron Griffith
6bb39a87ca basic styling for custom control buttons 2011-06-08 16:48:29 -04:00
Aaron Griffith
454c1537a6 sign drop-down now only shows rules that actually match something 2011-06-08 15:29:54 -04:00
TJ09
36df63caa4 Change ids to classes.
Fixes #387
2011-06-04 13:28:24 -04:00
Andrew Chin
5249aca936 Tweak fromLatLngToWorld to fix issue #381 2011-06-01 23:15:45 -04:00
Aaron Griffith
a2a84161be Merge pull request #370 from CounterPillow/master
maptype live hash updating
2011-05-26 14:56:41 -07:00
Andrew Chin
ed56b056e4 Merge pull request #376 from aheadley/comma-fix
fixed issue #374
2011-05-26 13:45:11 -07:00
aheadley
dc12ba2751 fixed issue #374 2011-05-26 16:35:47 -04:00
Aaron Griffith
f82911e04e added overview map control (tiny, zoomed out map in corner) (hidden by default) 2011-05-24 18:22:08 -04:00
CounterPillow
7c5a809e71 Added maptypes to live hash updating, implemented some checks to catch incomplete hashes 2011-05-20 14:18:05 +02:00
Aaron Griffith
dacd45e5d3 configurable settings.py, web_assets, textures paths 2011-05-13 18:04:05 -04:00
Aaron Griffith
d2c9b80239 live hash Spawn button fix, negative zoom, and markers 2011-05-12 19:15:44 -04:00
Aaron Griffith
2bca2b6db3 added generator meta tag 2011-05-12 17:53:13 -04:00
Aaron Griffith
873c798f2d Merge remote branches 'counterpillow/master', 'pironic/click-fix' and 'fenixin/signposts' 2011-05-12 13:57:30 -04:00
CounterPillow
8a38fa859d Switched to x y z zoom format, using floor(), removed viewURL box 2011-05-12 13:50:48 -04:00
CounterPillow
4b9307d769 various fixes 2011-05-12 13:46:54 -04:00
CounterPillow
5803478060 Re-Implemented jywarrens live hash updating 2011-05-12 13:46:45 -04:00
Michael Writhe
ec6fb82c7f regin click should show clicked spot in xyz not lat/lng 2011-05-11 15:36:39 -06:00
Michael Writhe
d92a0bc59c allowed for opacity of fill/stroke to be definned independantly. will continue to support legacy declaration of opacity 2011-05-09 09:37:09 -06:00
Andrew Chin
a68079de84 Fixed signpost regression from a09d7f3
a09d7f3 fixed issue #349, but introduced a new regression. This commit
reverts a09d7f3, and fixes #349 in a different way
2011-05-01 12:35:11 -04:00
Michael Writhe
803104e193 resolved 2 issues with signs and regions not working for 'checked' items. issue 347 and 349 2011-04-30 20:17:14 -06:00
aheadley
b44df77405 renamed style.css to be consistent with overviewer.js 2011-04-25 17:02:04 -04:00
Alex Headley
4d76e106e0 added some more toggle-able controls 2011-04-24 00:37:37 -04:00
Alex Headley
219fa3e7a9 fixed remaining known bugs
made zoom/pan controls independently toggle-able
re-added markers.js and regions.js to index.html
fixed adding marker from query string
fixed initial bg_color setting
2011-04-23 23:36:29 -04:00
aheadley
1c92776e41 fixed minor bugs, added comments, made python aware of new files, removed old js files 2011-04-23 21:46:41 -04:00
Alex Headley
37a7b28bc8 fixes from testing 2011-04-23 20:21:59 -04:00
aheadley
df2117544d new js stuff ready for testing 2011-04-23 18:54:12 -04:00
Alex Headley
48d99a674f moving style stuff out of index.html 2011-04-23 14:02:00 -04:00
Andrew Chin
f9f98960a0 Don't let a missing markers.js or region.js foul up everything
Fixes #330
2011-04-22 23:24:57 -04:00
Alex Headley
fa49aff4b0 added minzoom config.js setting 2011-04-22 11:19:02 -04:00
Alex Headley
eea97d1b1c added per-rendermode bg_color setting 2011-04-22 11:11:14 -04:00
Aaron Griffith
a6e8de484d Merge branch 'overlays' into dtt-c-render
Conflicts:
	quadtree.py
	web_assets/functions.js
2011-04-18 18:29:51 -04:00
Aaron Griffith
82aa172dcc Merge branch 'master' into dtt-c-render
Conflicts:
	setup.py
2011-04-18 18:14:41 -04:00
Ryan Finnie
45dcca82bb Add a Minecraft-friendly coordinates system
* Add x/y/z query arguments to specify MC world coordinates.  If world
  coordinates are specified, display a POI icon indicating where the
  coordinates specified are.  Gmaps-style "lat" and "lng" are still
  accepted, and will take precedence over x/y/z.

* Expand functionality of the "zoom" query argument.  "max" specifies
  the maximum zoom, and negative numbers are steps out from max.
  Gmaps-style zoom is still supported.

* Change the URL current position area to use x/y/z arguments.
  Displayed zoom uses the new zoom logic.
2011-04-17 22:38:29 -07:00
Aaron Griffith
05c4083b7e support for mixed png/jpg tilesets, and overlays with imgformat=jpg 2011-04-16 19:25:40 -04:00
Aaron Griffith
558ebe0899 fixed for-loop scoping on createDropDown() closures 2011-04-16 12:03:12 -04:00
Michael Writhe
3f8b445f8e corrected icons for signposts, regions and overlays dont have icons 2011-04-14 17:25:03 -06:00
Michael Writhe
428b3b937e Issue brownan/master/323 implemented, icons 2011-04-14 17:16:25 -06:00
Michael Writhe
26c6b686b3 region label is now optional 2011-04-14 14:14:31 -06:00
Michael Writhe
eac56a6513 clickable and now toggleable regions 2011-04-14 09:32:47 -06:00
Michael Writhe
5cc1c55ff1 regions toggle 2011-04-14 08:32:49 -06:00
Michael Writhe
d51d863bed toggle regions 2011-04-14 08:30:56 -06:00
Michael Writhe
183d278f81 first steps to getting toggle for regions working 2011-04-13 21:59:52 -06:00
Michael Writhe
33bfdca28a fixed css references for Spawn Button 2011-04-13 15:55:49 -06:00
Michael Writhe
1b74ab4b45 Added the spawn button 2011-04-13 14:45:24 -06:00
Michael Writhe
4036c4a550 indentation and comments added. 2011-04-13 10:56:24 -07:00
Aaron Griffith
e950cebb04 Merge branch 'dtt-c-render' into overlays 2011-04-13 02:47:03 -04:00
Aaron Griffith
cc6b4bc022 Merge branch 'master' into dtt-c-render 2011-04-10 04:43:02 -04:00