Questions tagged [cartodb]

Cloud-native location intelligence & GIS software for analysts, data scientists & developers solving geospatial problems with modern analytics stacks.

CARTO (formerly CartoDB) is a computing platform which provides and solutions for displaying custom data in a . CARTO is an project by CartoDB Inc..

Useful Links:

170 questions
0
votes
1 answer

Image header gets "display:none" in embed (CartoDB)

I am working on a CartoDB-map where I want to display my readers' photos of the fish they have caught this summer. I have added an image url to each row in the table, dragged it to the top of the infowindow display list, enabled it and changed the…
0
votes
1 answer

enabling infowindow on cartodb multilayer geoportal map

I've created a multilayer-geoportal based on that cartodb blog post. I have it up and running and hosted on my GitHub site, but I'm trying to enable infowindows, and can't get it to work. Cartodb support suggested I add in the following line:…
0
votes
2 answers

Does CartoDB have a function to change center location based on user location?

I have a map that is integrated in my application that has data points nationwide. I would like to have the map open up at the users current location. I only see documentation for setting the center on init. Is this even possible or should I look to…
blankpage985
  • 61
  • 11
0
votes
1 answer

how to detect polygons within other (many) polygons in postgis

I have two datasets: 1. ZipCodes and 2. Neighborhoods (think of them as like counties). I want to join each neighborhood with which zipcodes cover it. Most neighborhoods will only be within one zipcode, but in some cases neighborhoods will straddle…
Matt617
  • 458
  • 2
  • 14
0
votes
1 answer

Why won't featureClick work in my cartoDB map?

I can get everything except featurecClick to work. My JS: window.onload = function(){ var cartoDbTableName = 'sipri_import_export_map_1950_2014'; var domId = 'map'; var mapStyle = document.getElementsByClassName('map-style'); var lat…
Username
  • 3,463
  • 11
  • 68
  • 111
0
votes
1 answer

How to set z-index to CartoDB that it works in Safari?

I’d like to add a CartoDB map to my website so that it has a fixed position and is hidden behind the main content. What I’ve done is quite similar to the html/css beneath:
Tibor
  • 129
  • 1
  • 10
0
votes
2 answers

Adding multiple statements to function

I'm getting my data like this: $.ajax({ url: 'php/get_all_attri.php', type: 'GET', dataType: 'JSON', data: { col_name: firstSel }, success: function(data) { …
jonmrich
  • 4,233
  • 5
  • 42
  • 94
0
votes
1 answer

Edit CartoDB Data with leaflet.draw

I am new to leaflet.js and CartoDB. I've been able to display the leaflet.draw edit toolbar, but cant set the configuration options. This JSFiddle show the attempt at setting the options as well as defining the editable layer, see code below: var…
BretW
  • 199
  • 10
0
votes
1 answer

leaflet.draw with CartoDB

I am new to leaflet.js and CartoDB.js. What I am trying to do is create a editable webmap, sourcing (and writing) data to my CartoDB SQL tables. I can render the map from CartoDB, but when I add the links to leaflet.js my map layers disappear. …
BretW
  • 199
  • 10
0
votes
1 answer

R: draw points on map with colour intensity

I have a dataset in R with thousands of geolocalized observations and I have to plot them on a map. I managed to plot single points using this code: originale<-read.table("file.txt", header=TRUE,sep=";") require(ggplot2) require(ggmap) map <-…
0
votes
1 answer

CartoDb + Google Maps Polygon

I am using cartodb(google map) to draw polylines and then inserting a polygon in google maps. The problem is, two maps load, on top of each other. One with the cartodb polylines and one with the polygon. I need them to be on the same map. Not sure…
Johan Fourie
  • 169
  • 12
0
votes
2 answers

Using HTML tags in CartoDB

I'm trying to use CartoDB to create an interactive map, where people can click on a location, and pop up (in CartoDB on the map) explaining some details about that location will open up. Right now, I have it all working, I import my CSV with the…
Justgrant2009
  • 603
  • 1
  • 8
  • 18
0
votes
1 answer

Tablesorter not loaded with dynamically generated content

I am trying to load jQuery tablesorter in a customized infowindow generated by cartodb.js. The idea is that when I click a data point on the map an infowindow will open, loading data dynamically from the database. While the information is loaded…
Peter
  • 77
  • 9
0
votes
1 answer

Android + nutiteq: offline map tiles not shown

Referring to this site, I built my MapActivity as following: public class MainActivity extends Activity { private MapView mapView; @Override protected void onCreate(Bundle savedInstanceState) { …
Valentino Ru
  • 4,964
  • 12
  • 43
  • 78
-1
votes
1 answer

LatLng coming up has unidentified

I am trying to get the individual values for the Lat and Long on a carto featureClick. I would like to click on a feature and get the individual latitude and longitude values of each feature but the values are 'unidentified' can anyone help with…
blg2
  • 355
  • 6
  • 23
1 2 3
11
12