Commit graph

6737 commits

Author SHA1 Message Date
Tom Hughes
c12f8959dd Require user names to be unique after unicode normalisation
As with the previous checks on case sensitivity this only affects
new users, and changes to names of existing users.
2023-12-13 22:27:36 +00:00
Tom Hughes
75042a04a1 Merge remote-tracking branch 'upstream/pull/4398' 2023-12-12 18:40:33 +00:00
Tom Hughes
0f318c76df Merge remote-tracking branch 'upstream/pull/4397' 2023-12-12 18:39:18 +00:00
Anton Khorev
7e8af1e33a Update tram mapnik map key 2023-12-11 15:58:04 +03:00
Anton Khorev
43eae8455e Update subway mapnik map key 2023-12-11 14:50:13 +03:00
Anton Khorev
a4ffbb2140 Update rail mapnik map key 2023-12-11 14:46:35 +03:00
Anton Khorev
9cda0240df Add reef mapnik map key 2023-12-11 14:18:36 +03:00
Anton Khorev
63d5f81711 Add wetland mapnik map key 2023-12-11 14:12:08 +03:00
Anton Khorev
a2dc26ddc6 Add intermittent waterbody mapnik map key
47a96cb609/style/water.mss (L30)
2023-12-11 13:23:55 +03:00
Anton Khorev
844e81b944 Update tunnel and bridge mapnik map key 2023-12-11 12:36:58 +03:00
Anton Khorev
cc0fe00164 Update peak mapnik map key
47a96cb609/style/amenity-points.mss (L1384)
2023-12-11 12:13:11 +03:00
Anton Khorev
a4182f4a0a Update station mapnik map key
47a96cb609/style/stations.mss (L21)
2023-12-11 12:02:33 +03:00
Anton Khorev
d5039b285b Update major building mapnik map key
47a96cb609/style/buildings.mss (L23)
2023-12-11 11:50:35 +03:00
Anton Khorev
327ceda912 Update societal amenities mapnik map key
47a96cb609/style/landcover.mss (L596)
2023-12-11 11:33:43 +03:00
Tom Hughes
e272cda348 Merge remote-tracking branch 'upstream/pull/4395' 2023-12-10 18:50:00 +00:00
Anton Khorev
e108a13843 Update bounded landuses 2023-12-08 23:52:04 +03:00
Anton Khorev
92ab24baa0 Update landuse features 2023-12-08 23:05:03 +03:00
Anton Khorev
1dcf2fb9f4 Add glacier images with borders 2023-12-08 21:42:33 +03:00
Anton Khorev
fcf980615d Update landcover features visible on z5 2023-12-08 21:30:26 +03:00
Anton Khorev
ddbf69dcee Update admin boundary color 2023-12-08 20:51:30 +03:00
Anton Khorev
d9b9e13be1 Allow to omit max_zoom if next map key entry has min_zoom 2023-12-08 13:21:57 +03:00
Anton Khorev
9ac70151a8 Load map key data in controller 2023-12-08 12:55:18 +03:00
Tom Hughes
e78aee9585 Merge remote-tracking branch 'upstream/pull/4371' 2023-12-07 16:19:23 +00:00
Tom Hughes
38bcc001e3 Merge remote-tracking branch 'upstream/pull/4392' 2023-12-07 16:06:22 +00:00
Anton Khorev
58eccb6eb4 Add stop markers for opnvkarte map key 2023-12-07 13:19:38 +03:00
Anton Khorev
8d72cd2e60 Add high-zoom rail shape for opnvkarte map key 2023-12-07 13:11:27 +03:00
Anton Khorev
10f75b9342 Add rail dash pattern for opnvkarte map key on zoom 11+ 2023-12-07 13:08:17 +03:00
Anton Khorev
800106c72b Allow to omit zoom levels for map key entries 2023-12-07 12:38:24 +03:00
Andy Allan
4bca24a7be Resourceful routing for passwords
This also matches the routes used by devise
2023-12-06 18:41:00 +00:00
Andy Allan
1d0f588d62 Use path and url helpers for password links 2023-12-06 18:39:25 +00:00
Tom Hughes
ddf6689e9e Merge remote-tracking branch 'upstream/pull/4389' 2023-12-06 17:50:42 +00:00
Tom Hughes
77797b21b0 Merge remote-tracking branch 'upstream/pull/4388' 2023-12-06 17:47:14 +00:00
Tom Hughes
0c2e471708 Fix new rubocop warnings 2023-12-05 18:13:13 +00:00
Anton Khorev
e4cce5d539 Remove unused .current from primary nav 2023-12-04 05:10:41 +03:00
Anton Khorev
6950f44a71 Update color of mapnik map key for lakes 2023-12-04 02:15:41 +03:00
Anton Khorev
8eaa44cda8 Fix mapnik map key for roads
The main changes are:
- no roads on zooms < 6
- no yellow-colored secondary highways without casing
2023-11-30 19:12:34 +03:00
Nils
9f704f1d4e
Use 5 meter radius for input locations in Valhalla
This will search for road segments within 5 meter radius of the input location and choose the best path from/to whichever segment gives the cheapest cost. It should be preferable in most scenarios compared to simply snapping to the closest segment.

I'll do the same PR for our web app at https://github.com/gis-ops/valhalla-app.
2023-11-29 13:06:41 +01:00
Tom Hughes
45f0589e62 Merge remote-tracking branch 'upstream/pull/4329' 2023-11-28 22:21:50 +00:00
Anton Khorev
04b839c301 Start dashed rail line mapnik map key at zoom 12 2023-11-27 16:51:38 +03:00
Tom Hughes
2d1f756f75 Merge remote-tracking branch 'upstream/pull/4368' 2023-11-26 19:01:20 +00:00
Tom Hughes
8c8aa10428 Merge remote-tracking branch 'upstream/pull/4367' 2023-11-26 18:57:16 +00:00
Tom Hughes
58a94af629 Merge remote-tracking branch 'upstream/pull/4366' 2023-11-26 18:56:05 +00:00
Anton Khorev
857e9179b8 Read layers with available map key from config/key.yml 2023-11-24 16:38:38 +03:00
Anton Khorev
bf65abf268 Add tooltip to disabled html share button 2023-11-24 16:12:30 +03:00
Anton Khorev
6dd34d8430 Disable html share button for tracestracktopo layer 2023-11-24 15:12:41 +03:00
Tom Hughes
2153e00f9f Drop ACL check from notes#comment as we no longer allow anonymous comments 2023-11-23 16:56:07 +00:00
Tom Hughes
efd2b92a80 Prevent unauthenticated users commenting on notes via the API 2023-11-23 16:56:07 +00:00
Anton Khorev
1354a95eeb Remove unused css for lists inside primary nav on narrow screens 2023-11-23 19:52:51 +03:00
Andy Allan
9026b84d84
Merge pull request #4296 from AntonKhorev/header-flex
Use flex container instead of floats in header
2023-11-22 17:22:46 +00:00
Andy Allan
5e90b569db
Merge pull request #4353 from tomhughes/rtlcss
Improve handling of RTL styling
2023-11-22 17:13:35 +00:00