3

Is there a simple way to add a (say) 1Km x 1Km grid layer (or overlay) to a cartoDB map or Here map so that as when zooms in or out the grid lines remain accurate. (NB. An absolute origination/reference point, while desirable, is not necessary, a consistently implemented grid is sufficient.)

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
  • You might have to create the grid first then upload it? There are solutions for that here: http://gis.stackexchange.com/questions/16374/how-to-create-a-regular-polygon-grid-in-postgis – DPSSpatial_BoycottingGISSE Jul 02 '15 at 15:50
  • Thank you mapBaker; that is what I was trying to avoid (hoping there was a simple solution which I was too dumb to find) – Charles Brett Jul 02 '15 at 17:46

2 Answers2

1

The CDB_RectangleGrid may work for you.

Info about this function at http://docs.cartodb.com/tips-and-tricks.html#grid-visualization-functions

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Jorge Sanz
  • 2,625
  • 1
  • 15
  • 21
-1

Not sure if it's exactly what you're looking for but I saw this recently put back in the HERE JS API: https://developer.here.com/javascript-apis/documentation/v3/maps/topics_api_nlp/h-map-overlay.html

echom
  • 1