laravel - Associate CartoDB with local data -


i'm quite new software such cartodb, i've create map , add data set. goal create map administrative areas each country (using http://www.gadm.org/version2). each of areas reservable user here's issue : can store users own areas ? want integrate map laravel back-end.

you can access cartodb data backend using sql api perform select, update , insert's. render data on cartodb need stored on cartodb table need implement kind of synchronization between data repositories.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -