pax-compiler 0.38.3

Compiler APIs for parsing and building Pax projects into application executables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<RouteSelector width=240px/>
for stop in self.stop_statistics {
    <Text y={(stop.long)px} x={(stop.lat)px} text={stop.name}/>
    <Ellipse height={(stop.total_activity / 15)px} y={(stop.long)px} width={(stop.total_activity / 15)px} anchor_y=50% fill={
    
    } 
        x={(stop.lat)px} anchor_x=50%/>
}
<Map location="San Francisco"/>
// OBS: here to add it to the project (otherwise not included in manifest)
<Marker width=0px height=0px/>

@settings {
    @pre_render: pre_render,
}