Skip to content

Instantly share code, notes, and snippets.

@Gnafu
Gnafu / gnafu.pub
Last active December 6, 2019 11:53
Public Key
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAsvGof6qg97cjxKqfKZBWR+IIWuNz8kY/QArP5xbOgSzSpA9hzOWaMHrfke4oDwCCEreH4ie4tXKtHNa0QyaUTLbBTyw8yB3vu43jk6enqM8T4gZHI6H1nag/w2sbQApiSqbhSLGIZXioOpBqL/d1QyoWwWuCWWmSYMJ1yrqL77o0WBCOoXs9+p4GHrMXIJxaebquEazPd1Jj9g0AsN1rEWut+ACbgUyS3D49nD9i9W7OdXUw5HJhZ0Pm6n4slt2rKK4K3MZApyGLlAaTi+IH5BuaeNjqtnyFIIubnCbbLqHT7jy8jM5hXrXDOTvWbgYqu4YXuVLwr0ME2Y1RRAx8ZQ== lorenzo.pini@geo-solutions.it
@Gnafu
Gnafu / MapStoreGeoStoreResourceEditor.txt
Last active June 27, 2016 13:12
MapStore Manager config to edit GeoStore resources
{
"ptype": "mxp_geostore_resource_editor",
"category": "MAP",
"loginManager": "loginTool",
"buttonText": "Map JSON",
"actionTarget":{
"target": "north.tbar",
"index": 7
},
"attributeFields":[{
@Gnafu
Gnafu / testSpatialiteVirtualTable.java
Created July 9, 2015 10:12
Test Virtual Table CREATE and DROP with Android Spatialite 3.0.1
import jsqlite.*;
[...]
/**
* Tests the creation of a virtual table
*/
public void testVirtualTableCreation() {
final String TAG = "test_VTCreate";