Thibaultmol
(Thibault Molleman)
18
- small tip: you can run a filter on both layers to filter them out.
if you want to check the map but only see current things (so exclude all items that are ‘closed’):
open devtools in your browser by pressing F12 and add this text to the console and press enter
map.setFilter(‘foursquare’, [‘!’, [‘has’, ‘date_closed’]])
and do it again with
map.setFilter(‘foursquare-10M’, [‘!’, [‘has’, ‘date_closed’]])
1 Like