Commit graph

102 commits

Author SHA1 Message Date
Bryan Housel
fc370cb535 Remove Twitter API 🔪
(closes #7750)
2023-04-27 09:55:51 -04:00
arch0345
b007fa2868 Add support for TikTok username Wikidata property 2023-04-10 23:01:06 -07:00
Tommylung
7a312bddeb Social link support Weixin (WeChat) 2023-04-11 11:16:33 +08:00
Tommylung
b0a3cdeb51 Social Links support weibo 2023-04-03 10:59:13 +08:00
Bryan Housel
4244de00f3 Update dependencies, move some projects from ideditor -> rapideditor 2023-03-13 10:28:56 -04:00
UKChris-osm
f0c969a17b
Escape the + symbol 2023-03-03 23:38:36 +00:00
UKChris-osm
b91710c827
pipeline/substation.json is also a template. 2023-02-27 20:19:07 +00:00
Chris
5a24f48b6f Add item search 2023-02-21 22:34:49 +00:00
UKChris-osm
a669b646dc
Add item.fromTemplate checks 2023-02-21 12:31:56 +00:00
UKChris-osm
9e8b0086bf
Add Template text to Category Instructions 2023-02-21 12:27:46 +00:00
UKChris-osm
5cbb0e1631
Check for null value 2023-01-20 22:29:34 +00:00
Chris
74f48985c4 Check for a null value
#7552
2022-12-18 22:12:19 +00:00
UKChris-osm
c5dbd8e700
Fix quote escaping for Overpass queries 2022-11-27 21:31:59 +00:00
UKChris-osm
e5c634607b
Added missing line break (<br/>) to NSI Hints
Added missing line break (<br/>) to NSI Hints
2022-11-09 20:15:31 +00:00
UKChris-osm
b601900743
taginfo @latest reference
taginfo @latest reference
2022-11-06 23:38:06 +00:00
UKChris-osm
1463eccacc
Update taginfo file reference
Update taginfo file reference.

Closes #7330
2022-11-05 14:36:51 +00:00
Chris
70c6325ead Wikidata Link 2022-11-01 11:15:56 -04:00
Chris
79a86185f4 NSI quote issue
closes #7299
2022-10-31 22:13:59 +00:00
Chris
0670add58d Also check for notes 2022-10-30 13:20:19 +00:00
UKChris-osm
5a6e76270f
Add preserveTags to NSI
Display preserveTags on the NSI web site.
Only show an <hr> if any NSI hits are available.
2022-10-30 13:08:09 +00:00
UKChris-osm
44023f0247
NSI Hints heading 2022-10-30 13:06:07 +00:00
Josh Lee
2949e6db80 Switch to ‘out center’ in overpass queries
For brands, flags, and operators, but not for transit

Advantages:

- Smaller response size
- Easier render for Leaflet's little brain
- More readable statistics for the main use case of this query:
  before, overpass turbo shows e.g. ‘pois: 64, polygons 58’.
  after, shows ‘pois: 122’ and shows a breakdown of how many of your
  pois were nodes, ways, or relations; nodes comprising the geometry of
  features are excluded.
2022-05-06 14:38:29 -04:00
Chris
ab8dd7aae0 Flag text. 2021-11-21 23:00:22 +00:00
Chris
6796752845 NSI Tags 2021-10-27 22:10:25 +01:00
Chris
11f659280c Moved icons
Icons moved out of the social area and next to the URL itself.
2021-10-23 19:10:26 +01:00
Chris
c017d11190 Added secure SSL check to nsi.guide
Added a small check to each NSI entry to see if the URL listed on the Wikidata is secure or not. If it isn't, it's highlighted in red.

Not all web sites are SSL these days, but this little addition invites people to check the Wikidata to see if an SSL version of the web site is available, and to update the Wikidata if it is. #4717
2021-10-02 12:55:50 +01:00
Bryan Housel
29ae53b1b7 Remove counts from nsi.guide, as they are misleading
(closes #5029)
2021-09-20 14:57:19 -04:00
Chris
ff4c49286c Update to location-conflation.com
Update web site to use the new location-conflation.com domain.
2021-08-16 19:53:07 +01:00
Bryan Housel
3f701749a2 Refer to temaki 5 in fallback urls 2021-08-11 11:55:31 -04:00
Bryan Housel
9ee23ff768 Avoid using iD's power pole icon, it has a fill 2021-08-11 11:55:31 -04:00
kjonosm
f5d4c22ed7
Update CategoryRow.jsx
Delete unnecessary filters.
2021-08-07 19:37:12 +02:00
Bryan Housel
7ce6204230 Replace parcel and babel with esbuild too
Also fixed a few small React warnings in the app/src/*.jsx files
2021-06-23 12:37:13 -04:00
UKChris-osm
4f9fc18a8a
Added more readable date stamp to footer
Added more readable date stamp to footer
2021-04-10 16:37:07 +01:00
Bryan Housel
a4d2c49db1 Show NSI version in footer
(closes #5008)
2021-04-06 16:05:48 -04:00
Bryan Housel
f1d713c5f6 Fix nsi.guide - items are in an items array now 2021-02-24 10:57:01 -05:00
Bryan Housel
baf1b508a8 Missed one more place to change json to json.nsi 2020-12-29 12:17:08 -05:00
Bryan Housel
c84e9c2a4a Handle data and metadata in nsi.guide app 2020-12-29 11:55:53 -05:00
Bryan Housel
01d4d3fa05 Rename index.json -> nsi.json, match_groups.json -> matchGroups.json
Trying to be less confusing, more consistent
2020-12-08 12:23:45 -05:00
Bryan Housel
d2fcbb4801 Move br tag from the string to the jsx 2020-12-07 10:29:21 -05:00
Bryan Housel
392a8fbf14 Watch out for non-string locationset values
(closes #4776)
2020-12-05 16:26:43 -05:00
UKChris-osm
298af0bf58
Fixed my inability to count to six
After all that checking, I forgot to factor in the hyphen into the character count, as "gb-eng" is actually six characters, not five!
2020-12-03 14:23:49 +00:00
UKChris-osm
3f12b5c90b
Increase "Country Code" search box size
Increase the "Country Code" search box size on the web site to accommodate searches, e.g. "gb-eng"
2020-12-02 16:26:08 +00:00
Bryan Housel
9f9cc7e9f7 Adjust background color (many flags use #fff for white) 2020-12-02 09:43:49 -05:00
Bryan Housel
de7e1faca2 Setup nsi.guide to handle flags
(closes #4745)
2020-12-01 16:49:58 -05:00
UKChris-osm
3af4752c58
Updated Category Instructions
I've changed the instruction text "_View on Overpass Turbo_" to "_Search Overpass Turbo_" just to match the link text we use now.
2020-11-30 16:14:22 +00:00
Kyle Mckay
93192ec01d Keep table headers on top when scrolling
Prevents brand icons from weirdly overlapping when the page is scrolled
and the table headings stick to the top of the screen
2020-11-29 20:14:10 +00:00
UKChris-osm
82d80973d4
Tiny correction in CategoryInstructions.jsx
Tiny correction in "CategoryInstructions.jsx" where the nsi.guide web site is displaying "aoperator" (with an 'a' at the beginning) instead of "operator" within the instructions!
2020-11-24 16:13:48 +00:00
Bryan Housel
482b8d3d1b Resort by tkv after expanding templates (they ended up at the end) 2020-11-12 10:55:23 -05:00
Bryan Housel
199148d637 Update the url of iD's taginfo file, use cdn for stability 2020-11-11 09:12:27 -05:00
Bryan Housel
5e40757bf7 Format the tags on nsi.guide so people can just copy them into iD
(closes #4653)
2020-11-09 09:27:07 -05:00