Paul Mach

Results 42 comments of Paul Mach
trafficstars

From what I understand there is no data format difference between v1 and v2. The difference is v2 requires geometries be simple/clean. e.g. lines that are not self intersecting and...

yeah, everything is kind of broken ever since strava updated the heatmap. I will try to contact some people I still know there to see if they are interested in...

I think the URL also needs to change but editing the "strava" version of iD is near impossible. I've been told I need to sign some developer agreement that doesn't...

Hi @EwenH, A couple things that may address you problems. 1. the heatmap is not updated. It has data from the full year 2015 generated early Jan 2016. I left...

I opened this issue back in Jun. https://github.com/strava/iD/issues/14 Last I heard there were legal issues with allowing someone access..... At this point it'd probably be easier to fork the repo...

Hi Nick, The slide that most people use is hosted by my former employer ([strava](https://strava.com)). It uses the code here plus the [global heatmap](http://labs.strava.com/heatmap) data to build the results. The...

The work is split between the server and the browser. The server takes a linestring and returns a smoothed linestring. The js/browser figures out what polyline to send and how...

Oh, and to get started at running the Strava iD fork you'll need to do two things: * get it to build and run, just tried the install section from...

I need to find some time to look closely at the code but this is what i think is happening. The code tries to map "interesting" points to the closest...

What the "Auto Link" options just sets this property on the text field: text.setAutoLinkMask(Linkify.ALL); That is all it does. When testing I was getting some very weird behavior on top...