flagQry.qry
Download
More scripts: Style By Script
Syntax Highlighing:
comments, key words, predefined symbols, class members & methods, functions & classes
## FlagQry ## Point CartoScript to draw red flag symbol. ## Script from Using CartoScripts tutorial. LineStyleSetColor(225,0,0); LineStyleSetLineWidth(1); LineStyleLineTo(90,20); LineStyleLineTo(-30,8); LineStyleLineTo(-150,8); LineStyleMoveTo(-90,12); LineStyleLineTo(0,8);