-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Planned Features #14
Comments
Better spawnpoint clustering. |
Multithreading option for client and multithreaded clustering Save routes to kojiDB |
Client:
|
@lenisko can you open a separate issue for the overpass data? That's a bigger task that will take some time. |
Client:
2023-03-12_01-41-52-firefox.mp4 map.on('mousemove', function(e) {
if (circleToggle) {
if (circle) {
map.removeLayer(circle);
}
circle = L.circle(e.latlng, {
radius: 40,
fillColor: '#f03',
fillOpacity: 0.2,
stroke: false,
pmIgnore: true,
}).addTo(map);
L.DomEvent.disableClickPropagation(circle);
}
});
...
function mouseCircleToggle() {
if (circleToggle) {
map.removeLayer(circle);
circleToggle = false;
} else {
circleToggle = true;
}
} |
I'm fairly certain browsers already have global shortcuts for toggling full screen? |
As a new Mac user I have NO CLUE how to enter it 😂 (without bookmarks at the top). Same goes for smartphones and tablets. |
Client:
[Client] Make polygons/routes imported from scanner read onlyServer:
Completed:
usePixi
hook into TSThe text was updated successfully, but these errors were encountered: