Skip to content

Commit

Permalink
Make TR icons transparent outside the circle
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Feb 22, 2025
1 parent c9b349e commit ca3bff3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
Binary file modified web/public/filters/no_left_turn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/filters/no_right_turn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/filters/no_straight_turn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/filters/no_u_turn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions web/src/edit/NeighbourhoodMode.svelte
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<script lang="ts">
import type {
Feature,
FeatureCollection,
LineString,
Polygon,
} from "geojson";
import type { Feature, FeatureCollection, LineString } from "geojson";
import type { LngLat, MapMouseEvent } from "maplibre-gl";
import type { Waypoint } from "route-snapper-ts";
import { onDestroy } from "svelte";
import {
Control,
Expand Down

0 comments on commit ca3bff3

Please sign in to comment.