ThinkGeo.com    |     Documentation    |     Premium Support

ValueStyle Script

We recently had a customer inquiring about adding a script that would allow him to automatically make a point based on a value from his data. We thought this would be a good script to share with our GIS Editor community and also remind you that you can create custom scripts. If you would like to try it out you just need to open it up in the C Sharp Script editor in the GIS Editor. The main thing that you will need to do is to replace “YOUR_COLUMN_NAME_HERE” with the column name that you are basing your data on, and you may want to change how the size of the point is calculated, currently it’s the value multiplied by 10. This is all in the script’s comments as well.


Let us know what you think – questions, issues, script ideas – we want to hear it all.  


Thanks! 



Moritz 

ValueStyle_Script.cs (4.39 KB)