Closed (fixed)
Project:
Leaflet
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2012 at 21:26 UTC
Updated:
6 Oct 2013 at 03:01 UTC
I got this error:
Notice: Undefined index: raw in leaflet_views_plugin_style->render() (line 207 of leaflet_views_plugin_style.inc).
Couldn't find it elsewhere so wanted to post this here.
Comments
Comment #1
mgiffordI think I'm getting this information as I'm using WKT rather than raw. I tried to add this, but it didn't work:
I'm working with geocoder tossing discovered coordinates into a field. It's one that is recognized by Leaflet as a data source "Which field contains geodata" though.
Also, the helper text probably shouldn't have a question like "Which field contains geodata?" but rather a comment like "Choose the field which will appear as a title on tooltips." to be consistent.
Comment #2
joelrosen commentedI got this same error. I had installed Leaflet, then disabled it and played around with OpenLayers for a bit, then decided to switch back to Leaflet. The error appeared after I tried to re-enable Leaflet and recreate my Leaflet Map views. I ended up starting over with a fresh install and the errors went away.
Comment #3
rdeboer