b26feb61d5Merge pull request #809 from 3ch01c/uniques
Jon Atkins
2014-07-23 06:58:27 +01:00
57e972fe87- don't hide layer-chooser in smartphone.css - it's hidden in boot.js if iitc is booted with the iitcm android app
Philipp Schaefer
2014-07-23 02:35:56 +02:00
5654eae8bdsort members
fkloft
2014-07-22 00:55:24 +02:00
88c404eca0force re-render of the selected portal at the end of map rendering, to ensure any details that depend on map data are correct for #827
Jon Atkins
2014-07-14 20:44:20 +01:00
af90b25b48Another accesskey: 'w' to close portal details (=deselect portal)
fkloft
2014-07-11 13:29:52 +02:00
b9f9288567keep track of which portal guids have a detail request in progress, to prevent sending additional requests while waiting for a response
Jon Atkins
2014-07-09 05:43:15 +01:00
ed62714734hide bookmarks tab for printing, with "@media print" css
Jon Atkins
2014-07-09 05:42:26 +01:00
8f2bb08a6abetter printing support: hide all IITC UI elements when printing, with a css "@media print"
Jon Atkins
2014-07-09 05:41:42 +01:00
69f3fb211btry different vector overdraw amounts for different setups - canvas - overheads directly related to the number of drawn items, so limited overdraw - svg desktop - can handle large amounts of overdraw ok, so allow 100%, so known items don't vanish during most map panning - svg mobile - mobile struggles more, so limit svg overdraw
Jon Atkins
2014-07-07 17:42:29 +01:00
8434639be7fix cross-links plugin to correctly remove links that have gone
Jon Atkins
2014-07-05 18:16:51 +01:00
cfbe42e185bump version after new release
Jon Atkins
2014-07-05 05:31:08 +01:00
32d75cea03update website for 0.17.3 release
Jon Atkins
2014-07-05 05:29:26 +01:00
2b0a66c295bump draw-tools plugin version - forgotten in earlier commit
Jon Atkins
2014-07-05 05:07:53 +01:00
b77b4125ffcross links plugin: slightly darker red for link highlights - makes it easier to see when combined with red-heavy portal highlighters
Jon Atkins
2014-07-05 04:59:20 +01:00
d0b3da0183plugin cross_links: change reliance on Leaflet.Draw internals, instead use the new draw-tools hook for monitoring add/edit/delete/import also fixes cross_links not updating after an import/clear
Jon Atkins
2014-07-04 19:40:03 +01:00
5905ca1b38plugin: draw tools: register plugin-specific hook, and call when drawn items are added/edited/deleted, and also when imported and cleared
Jon Atkins
2014-07-04 19:39:04 +01:00
2e4b54e868helper function for plugins to create new hooks
Jon Atkins
2014-07-04 19:38:21 +01:00
2a35330fb7and shortly after I removed the code that limited drawing of very short links... niantic chance the server and start returning them again! so probably better with this re-enabled
Jon Atkins
2014-07-04 19:37:19 +01:00
d9d9ec4afcdon't do mapDataRefreshEnd processing when layer is disabled - fix =823 clear layer when it's disabled - it would happen when re-enabled anyway, so might as well do it early to free resources
Jon Atkins
2014-07-04 17:43:31 +01:00
5520f927a9tweak leaflet map settings - no 'bounce' at zoom limits for touch devices. may prevent unnecessary redraws on mobile, which may help performance in some cases
Jon Atkins
2014-07-02 03:10:40 +01:00
19b504ef16remove tooltip from name in portal list since the vast culling of data by niantic, there's no longer space issues, and the tooltip causes a bug fix#757
Jon Atkins
2014-07-02 03:03:44 +01:00
a06a28de7bswitch to newer jquery and jquery-ui versions
Jon Atkins
2014-06-28 06:05:22 +01:00
549496fbc0update leaflet to 0.7.3 - but also keeping our canvas-related changes
Jon Atkins
2014-06-25 22:43:30 +01:00
d84e49d0e3removed error margin attempts - tests show it doesn't help
Jon Atkins
2014-06-25 18:08:48 +01:00
9f695e303ffix link cross checking code to handle meridians (north-south) lines correctly possible fixes for issues seen on mobile (likely precision/rounding problems)
Jon Atkins
2014-06-25 06:44:46 +01:00
d8cad49d84add a max-height and overflow to layer chooser - so it doesn't drop off the bottom of the screen when overloaded by many plugins
Jon Atkins
2014-06-24 15:06:14 +01:00
25f9b9b19btweaks to render queue - on mobile, increase the delay, rather than decreasing the number of items, to help speed things up
Jon Atkins
2014-06-23 02:40:31 +01:00
5a1ffc7d99opacity 0.5 was a bit too transparent - 0.7 is better, while not quite as harsh as 0.8
Jon Atkins
2014-06-21 04:55:18 +01:00
324ce15745cross links plugin - complete rewrite of the geodesic intersection code. seems correct now, but still needs testing
Jon Atkins
2014-06-21 04:17:01 +01:00
2e87c4f4accross links plugin - fixed indentation - fixed off-by-one error on polygons - made lines dashed, and less opaque - so it's easier to see the colour of the link they're drawn on
Jon Atkins
2014-06-21 03:05:08 +01:00
77f0f6f167cross_links: switch to 3 digit version numbers, as used for everything else
Jon Atkins
2014-06-20 23:12:03 +01:00
996d95bfa0bump versions on test builds
Jon Atkins
2014-06-20 23:10:01 +01:00
a2db58f494fix description in new plugin (macros, and modified the text. marked as 'EXPERIMENTAL' for now until i've done additional work)
Jon Atkins
2014-06-20 23:06:18 +01:00
1484b4947eMerge branch 'McBen-master'
Jon Atkins
2014-06-20 23:03:10 +01:00
31db34062awebsite: updated for latest release (overdue 'git add')
Jon Atkins
2014-06-20 22:55:32 +01:00
3eaad92955Auto-draw: fire the "draw:created" event instead of using draw tool's internal methods
fkloft
2014-06-19 16:30:42 +02:00
418675a8f0always show the full details of a portal - looks rather empty with just one line of data
Jon Atkins
2014-06-16 20:17:49 +01:00
3fb686e7f6reformat shielding tooltip - should be more logical
Jon Atkins
2014-06-16 17:40:55 +01:00
73d5f3755crearrange portal details, now we no longer have capture date or resonator ranges many more fields are now not displayed for uncaptured portals - not useful
Jon Atkins
2014-06-16 17:38:49 +01:00
b3da632948allow a higher number of tile retries if the config value exists in the stock site
Jon Atkins
2014-06-16 17:16:00 +01:00
958ca2758dquick fix for capture date removal - could do with re-formatting the sidebar data to use the space better
Jon Atkins
2014-06-16 16:45:01 +01:00
fe2542902creduce the delay between requests - now we always send 4 at a time, rather than larger batches, a shorter delay is better
Jon Atkins
2014-06-16 16:39:42 +01:00
c2ffad80d7niantic perform agressive filtering of short links - so no point in waisting time in IITC testing link length too
Jon Atkins
2014-06-16 16:39:11 +01:00
ed46234573cross-links: always bring layer to front
McBen
2014-06-13 22:54:05 +02:00
78dab0a2bbbuilt the plugin
Costaspap
2014-06-10 00:20:16 +03:00
d3fca8612cMove OverlappingMarkerSpiderfier from player-tracker to core. Implement for bookmarks and draw tools
fkloft
2014-06-09 21:08:06 +02:00
7f26f8b6a8website: plugin api - missed removal of these lines from previous commit somehow!
Jon Atkins
2014-06-08 07:40:37 +01:00
751001c6faclear portal names immediately on a zoom end
Jon Atkins
2014-06-08 07:39:59 +01:00
c23f902f48plugin: add night scheme to nokia ovi maps
Jon Atkins
2014-06-08 07:39:42 +01:00
3dfe9df628website plugin rpc: add cacheing - processing the data could be slow also reduce the amount of data in the bus routes list - no bounding box or end stop. it's enough to identify routes, and much faster
Jon Atkins
2014-06-07 22:29:45 +01:00
704968ae9ewebsite: plugin api - tfl busses - more data, and add missing OSGB36 to WGS84 coordinate conversion
Jon Atkins
2014-06-07 08:36:32 +01:00
f5096fd0c4rpc api for potential iitc plugin to show London (UK) bus routes...
Jon Atkins
2014-06-06 21:18:10 +01:00
b7d3664bdcadded the portaltable function,improved the documentation,fixed some bugs
harisbitsakou
2014-06-05 00:36:56 +03:00
1b0dc2393buse protocol-relative url for search - fixes mixed-content search failure on firefix (bug #811)
Jon Atkins
2014-06-03 13:46:33 +01:00
fdda5bf1bdlimit zoom on search to the level that shows all portals - prevents being zoomed in too far since changing most map layers to suppot zoom 21
Jon Atkins
2014-06-03 13:45:41 +01:00