Commit graph

179 commits

Author SHA1 Message Date
94e971c890 prevent default on IsA only 2021-07-22 15:30:18 +02:00
9aa5cad9bc start with no item types ticked 2021-07-22 15:29:44 +02:00
8d8f16d757 Remove debugging output 2021-07-22 15:10:40 +02:00
08de45c42e No longer need to pass bounding box to nearby candidates API 2021-07-22 14:51:24 +02:00
867e77ab7b Switch to SQLAlchemy Core for OSM objects
osm2pgsql creates tables without primary keys. Some OSM objects are
split into multiple table rows to help with PostGIS index performance.

Adjust the code to be aware of this.

Also add name matching for streets.
2021-07-22 14:47:38 +02:00
8b7ab45c73 Handle missing item in find nearby OSM API call 2021-07-22 09:49:24 +02:00
480df60d24 A thoroughfare is a type of street 2021-07-22 09:48:28 +02:00
d4488a8dfd add padding when requesting nearby OSM candidates 2021-07-21 21:38:57 +02:00
a17c3f7020 Bug fix 2021-07-21 21:30:21 +02:00
96379c871b Works better after upload complete 2021-07-19 22:11:01 +02:00
19a9010aa7 Fix for OSM objects with multiple geometry 2021-07-19 22:07:41 +02:00
6f30e1232a rename function 2021-07-19 22:06:36 +02:00
a87fe9eed2 Bug fix 2021-07-19 22:06:07 +02:00
22c44aaced Implement uploading to OSM database 2021-07-16 12:00:20 +02:00
589751de2b State can be empty 2021-07-16 11:59:28 +02:00
98a0792a82 Update map after closing save panel 2021-07-16 11:59:07 +02:00
5137acabfe Store item.osm as object instead of array 2021-07-16 11:58:37 +02:00
4c684b7b74 Don't restore IsA via onpopstate 2021-07-16 11:57:25 +02:00
5b378c7bff Fix size of map 2021-07-16 11:49:15 +02:00
e08b2cec5a Warn when navigating away from page if there are edits 2021-07-16 11:48:44 +02:00
80cdff7024 Add alert-link class to link in alert box 2021-07-16 11:47:53 +02:00
fb22e70803 Remove debugging output from save edits panel 2021-07-16 11:47:31 +02:00
15a96bd732 Convert tabs to spaces 2021-07-16 11:47:15 +02:00
ed3e0cf86a Add icons to alert boxes 2021-07-16 11:27:19 +02:00
a56387c4d9 Add get_osm method to Line class 2021-07-16 11:14:49 +02:00
66904c061a Add per user mock upload toggle with warnings 2021-07-16 11:14:05 +02:00
0beeff9acf Change navbar brand to OWL 2021-07-16 11:11:56 +02:00
b738be0261 Link to OSM user page from navbar when logged in 2021-07-16 11:11:41 +02:00
3e5dc908fa Adjust distance and limit for nearby OSM 2021-07-16 11:10:37 +02:00
dfed99a8bc Include centroids in nearby OSM list 2021-07-16 11:09:59 +02:00
6d4a416f5a no need to include OSM URL in OSM with wikidata tag API reply 2021-07-16 11:09:52 +02:00
9090e67bad Add more extra tags 2021-07-16 09:59:06 +02:00
76e1008e84 More hints on the item detail panel 2021-07-14 16:01:07 +02:00
c7f09a9584 Update API debug option 2021-07-14 15:59:57 +02:00
f88ba6750f Prevent default for tag/key toggle 2021-07-14 15:58:53 +02:00
d3aa045645 Update introduction 2021-07-14 15:57:51 +02:00
7649afa526 Add a documentation page 2021-07-14 15:57:21 +02:00
5a42e100c7 Improve OSM search 2021-07-11 17:19:21 +02:00
7c075227d7 Don't visit index after login or logout 2021-07-11 17:17:29 +02:00
d4eb60fe33 No need to drop geotext from search output 2021-07-11 17:16:54 +02:00
072e5167db Increase nominatim search limit 2021-07-11 17:15:27 +02:00
df2e514b02 More detail for part_of, not just name 2021-07-11 17:14:50 +02:00
fd76bcaa37 Include candidate OSM type and ID in nearby search 2021-07-11 17:14:31 +02:00
cb1864059a Add extra tags for matching 2021-07-11 17:13:35 +02:00
31431ecdcb Remove old unused code 2021-07-08 15:05:32 +02:00
1777bac20d Navbar across whole page. 2021-07-08 14:56:24 +02:00
838de8212e Add logout link 2021-07-08 14:53:43 +02:00
c4f284031c Improve search API output 2021-07-08 14:35:32 +02:00
4ebe992919 Bug fix for redirect after logout 2021-07-08 14:34:55 +02:00
43e11cdfba Add code that was missing from repo 2021-07-08 14:33:32 +02:00