Last active
June 27, 2016 13:12
-
-
Save Gnafu/c0b32b2373489323761746a842a382d6 to your computer and use it in GitHub Desktop.
MapStore Manager config to edit GeoStore resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ptype": "mxp_geostore_resource_editor", | |
"category": "MAP", | |
"loginManager": "loginTool", | |
"buttonText": "Map JSON", | |
"actionTarget":{ | |
"target": "north.tbar", | |
"index": 7 | |
}, | |
"attributeFields":[{ | |
"xtype":"textfield", | |
"id":"attribute.owner", | |
"anchor":"95%", | |
"fieldLabel": "Owner", | |
"name":"attribute.owner" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment