aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMapView.tsx
AgeCommit message (Collapse)Author
2020-04-15cleanupSam Wilkins
2020-04-15fixed fieldKey errors:Sam Wilkins
2020-04-15fixed bug just added with initial location of mapBob Zeleznik
2020-04-15added lockedPosition for maps, and improved title for setting locationsBob Zeleznik
2020-04-15improved title support for map entries using @ to reset address. added ↵Bob Zeleznik
lockedPosition support for maps... kinda.
2020-04-15syntaxSam Wilkins
2020-04-15fieldKey fixesSam Wilkins
2020-04-15final cleanupSam Wilkins
2020-04-15extended getLocation to work with the map itself in addition to makers so ↵Bob Zeleznik
that document titles can be used to indicate locations.
2020-04-15using interesting mobx paradigm to manage value interceptionSam Wilkins
2020-04-15added robust error checking for lat, lng and address values, reverts to ↵Sam Wilkins
previous on invalid entry or zero results
2020-04-14factored out and handled edge case, also basic error checking on requestSam Wilkins
2020-04-14map view cleanupSam Wilkins
2020-04-14fixed maps to support drag/drop, and fixed to work with docs that just have ↵Bob Zeleznik
an address.
2020-04-14added map undo batches. fixed marker flicker on drag. split up code.Bob Zeleznik
2020-04-14update maps to use local variables not on DocBob Zeleznik
2020-04-14added bidirectional geocoding for map viewSam Wilkins
2020-04-14resolvedSam Wilkins
2020-04-14chrome dropdown changes and custom loading container for mapviewSam Wilkins
2020-04-13fromlastBob Zeleznik
2020-04-13cleaned up some field key stuff for mapviewBob Zeleznik
2020-04-13more mapview adjustmentsBob Zeleznik
2020-04-13fixed map view pointer events.Bob Zeleznik
2020-04-13final env cleanupSam Wilkins
2020-04-13completed migration to webpack-transferred environment variables, rather ↵Sam Wilkins
than a server route
2020-04-12clean upSam Wilkins
2020-04-12rough pass at collection map viewSam Wilkins