0
Commit Graph

53 Commits

Author SHA1 Message Date
Koza
f1af25799e Fixed rendering regions. genPOI.py: add new line to baseMakers.js; views.js: add polygons, with all the features that Google provides, polylines work fine; regions.js: example of usage 2014-12-13 17:17:11 +01:00
Wil Gieseler
4c374f3f9b correct coordinates and bold the x/z labels 2014-02-14 16:15:02 -08:00
Wil Gieseler
b7414e603c display region file name in map coordinates view 2014-02-14 16:12:24 -08:00
Nicolas Frattaroli
2b78b63e1a Fixed IE11 JS errors
Closes issue #1022.
Thanks to mattlee78 for pointing this out.
2013-11-08 06:56:45 +01:00
Aaron Griffith
6b76e9c2fa fixed hiding JSObserver info box when unused 2013-08-21 10:59:53 -04:00
Aaron Griffith
fecbfd0706 Merge branches 'config-include', 'hashchange', 'poi-polylines', 'showlocationmarker' and 'signed-timestamps' 2013-05-20 20:56:40 -04:00
Nicolas Frattaroli
3986e10af2 Added option showlocationmarker 2013-05-13 15:38:54 +02:00
Freakus Geekus
b75eb7e5b5 POI dict and polyline support
Added support for filter functions to return dicts.
Added support for filter functions to return a list of coordinates to
draw lines between when shown.
2013-02-16 21:05:36 +00:00
CounterPillow
3ad99d9461 Added possibility to return tuple from filterfunc
If the returned type is a tuple, it will be interpreted as first the
title (i.e. hovertext), then the content of the infowindow. If the
returned type is a string, it will be used as both the title and
infowindow content (the old behaviour). This means that older configs
are still compatible and need no changes.
2013-01-01 21:15:38 +01:00
CounterPillow
4d983f8ada Changed location marker icon and animation 2012-11-29 18:59:38 +01:00
CounterPillow
bfcb53ede3 Added marker at coordinates in the url
Addresses issue #782
2012-11-29 18:48:54 +01:00
Andrew Chin
4d0aa7e49e Removed overviewerConfig.CONST.image.compass. It was unused
Closes #694
2012-09-22 18:09:23 -04:00
Andrew Chin
43d299ed92 Allow marker groups to be checked(displayed) by default
Fixes #730
2012-08-04 11:05:00 -04:00
Andrew Chin
cf50d5da46 POI cleanups, js/docs 2012-07-28 20:58:21 -04:00
Andrew Chin
8c9de7a575 Allow the poiTitle setting to be tileset-specific. Added docs
Closes #761
2012-07-28 20:53:03 -04:00
mc-zem
221269287e Added poiDropdownTitle variable to configfile to be able to customise the "Signs" dropdown title, as this might not be relevant if people have different filters. 2012-07-28 20:34:16 -04:00
Andrew Chin
944de7bf2d Fix rotated regionset POI issue
Correctly handle POIs on two regionsets that have different rotations,
but share the same filterFunction(s)
2012-07-28 20:08:56 -04:00
Andrew Chin
03b10797c9 Merge branch 'JSObserver' of github.com:tswsl1989/Minecraft-Overviewer into JSObserver 2012-06-10 15:00:31 -04:00
Andrew Chin
5d43227edf Merge remote branch 'origin/master' into JSObserver 2012-06-10 14:59:17 -04:00
Andrew Chin
7f1ccdc156 Fix up pull request #726 2012-06-03 22:55:20 -04:00
alexan
e0a4976e6a make create info window optional parameter 2012-06-03 22:22:16 -04:00
Thomas Lake
0a90f0f896 Remove errant console.log() 2012-05-25 19:12:23 +01:00
Thomas Lake
9e8f933956 Update JSObserver (reliability, features, config)
* Should now hide/show the div reliably
* Message can now be customised by supplying a dict in the config file
2012-05-25 19:07:23 +01:00
Thomas Lake
942cf8d995 Merge branch 'master' of git://github.com/overviewer/Minecraft-Overviewer into JSObserver 2012-05-25 14:00:16 +01:00
mc-zem
ab04603ef8 added nowrap to sign dropdown label style 2012-05-21 18:30:02 +02:00
Andrew Chin
f185fd9ec1 Fix overlay issue where the overlay drop-down list would be empty 2012-05-06 12:54:40 -04:00
Richard Pastrick
2ecb5dc914 Forgot quotes 2012-04-27 09:22:41 -07:00
Richard Pastrick
27c644d4ea Fix centering of the maps to the spawn point on first load 2012-04-27 09:19:31 -07:00
Andrew Chin
27acb575f7 Allow filter functions to specify icons 2012-04-15 12:00:44 -04:00
Andrew Chin
5f1bf1851d Merge pull request #669
Merge branch 'player_marker' of https://github.com/JonnyJD/Minecraft-Overviewer into devel

Conflicts:
	genPOI.py
	overviewer_core/data/js_src/views.js
2012-04-14 22:46:25 -04:00
Andrew Chin
2a6769c5ac Revised syntax/method for specifying POIs 2012-04-14 22:09:12 -04:00
Andrew Chin
85e2ac202f Fix overlay code
so that overlays with no 'overlay' config are always displayed
2012-04-13 23:48:07 -04:00
Richard Pastrick
b13bbd0204 Add the JS stuff and a little bit more python glue to make overlays only display for a specified render 2012-04-12 08:59:13 -07:00
Thomas Lake
ed01a3cf07 Minor tweaks for JSObserver 2012-04-09 00:23:15 +01:00
Thomas Lake
55df1bcf78 Add new Javascript observer
Output render progress onto the rendered map using Javascript
A minimum period between updates can be specified
2012-04-08 23:03:26 +01:00
Andrew Chin
f4d43d544a Styling for the worldselector control 2012-04-07 17:56:30 -04:00
Andrew Chin
94b5f21d10 Have the world selector control have a correct default 2012-04-07 16:15:01 -04:00
Andrew Chin
6528aa91e7 Added overlay control to HTML 2012-04-07 15:03:06 -04:00
Johannes Dewender
122eaee37d add bed marker icon from faithful pack
Taken from the Faithful 32 texture pack:
http://www.minecraftforum.net/viewtopic.php?f=25&t=77442
2012-03-27 03:04:09 +02:00
Johannes Dewender
779b38f2a3 use avatars for player markers
Avatars are taken from scripts at overviewer.org

Do we need caching here?
2012-03-27 03:02:52 +02:00
Andrew Chin
729fcda964 Display a spawn marker 2012-03-11 17:59:29 -04:00
Andrew Chin
9d97ff4e37 Ensure sign checkboxes remain checked across tileset changes 2012-03-11 14:17:04 -04:00
Andrew Chin
a757be510a Work around IE issue.
This work around has the problem where the first tileset you view won't
have the 'signs' control
2012-03-11 13:48:54 -04:00
Andrew Chin
5b168ebdbd Removed console debugging output 2012-03-11 13:33:02 -04:00
Andrew Chin
aba0449477 Hide the 'Signs' control if the tileset has no signs 2012-03-11 13:30:49 -04:00
Andrew Chin
6b77d54555 Reimplement signs/POIs 2012-03-11 11:44:38 -04:00
Lucas Hereld
4654595238 if there is only one world, shouldnt show the world selector 2012-02-23 09:10:17 -08:00
Andrew Chin
c5c45363e3 Remove debug console logging from js
This caused problems on browsers that didn't know what to do with
the 'console' object (like IE, and older versions of Firefox)
2012-02-19 18:11:44 -05:00
redorkulated
6f0c2c467a Reading tile file ext from settings per tileset 2012-02-12 22:18:16 +00:00
Andrew Chin
eb9649e310 Readded url hash updating
as a "side-effect", the current coords remain centered when switching
tilesets.  at least in theory.  needs more work
2012-02-11 00:29:28 -05:00