Qiong Wu
Qiong Wu
ah I guess it would be possible to extend the polygon of the parameter that is passed to getbounds and thereby extend the resulting bounds object, am I correct? Best...
sure: the API provided by google is here: https://developers.google.com/maps/documentation/javascript/reference?csw=1#LatLngBounds basically you can invoke .extend(LatLng) on a Bounds object and then the LatLngBounds object is extended by that point. What I...
I also think that having multilpe repeat jobs per name is kind of useful, since named processors work better with that kind of schema. Otherwise Id have to create a...
ah, makes sense thanks. acutally isnt a solution for the problem described above, to set a custom JobId for a cronTask that needs to be updated, and later check if...
ok I just figured out that a repeat job always gets a custom jobId like this > repeat:9f83cc13f62b7ea58d6c9684a06eab1b:1510773300000 no matter what I set in the jobId option, it gets overwritten....
I was referring to the solution outlined by @ritter and thought giving a unique id to the job by overriding the jobid could be a solution. It seems this is...
its just a theoretical solution. The idea is to give every repeat job a unique name, so we can update it by its unique name later on. e.g. I have...
definitely something that is needed, at the moment I can access the history of pages, but have no idea what was actually changed
I have the same issue, I didnt set any tapering, still my lines look like this: 
i havent retried, sorry