Chris

Results 43 issues of Chris

Currently jirret seems to be running fine only when python 2.7 is installed. Unfortunately standard installation for most production servers is python 2.4 :(

Following code will throw an exception: conn.getOverlay("label").setLabel(undefined); conn.getOverlay("label").setLabel("I told you that"); The problem is that the setLabel method attempts to call a `replace` method on a passed parameter, and it...

A transparent outline is a great tool for catching clicks for narrow lines. However, it does not work well if dashstyle is specified. ![screen shot 2017-09-28 at 08 43 05](https://user-images.githubusercontent.com/1265262/30952681-28fba1ec-a429-11e7-82b9-5cb9f16ac6da.png)

Following up report from #402: JsFiddle http://jsfiddle.net/43px586b/11/

It would be good to be able to move the vertical lines – some users are finding most components belonging to one category (f.e. ‘Customer Built’) so it would be...

enhancement

Hi all - I made the mistake of creating a top-level map, only to discover it is also a submap of a higher-level map I want to show. If I...