CartoWeb Naming Policy
Project Names
Camel casing
- testMain
- demoPlugins
It is recommended not to use the project keyword in projects names (for instance exampleProject).
Project Plugin Extensions
Project name + plugin extended
- demoPluginsRouting
- testMainTableRules
It is recommended not to use the plugin keyword in plugins names (for instance examplePlugin).
Ini Files
Tool Ordering Parameters
Capitalize first letter
Tool icon name |
Parameter name |
outline_point |
weightOutlinePoint |
zoomin |
weightZoomin |
Parameter to enable a feature
Should have the name name of the feature + "On":
viewsOn, accountingOn, ... |