Closed (fixed)
Project:
Views GeoJSON
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2012 at 18:17 UTC
Updated:
17 Oct 2014 at 08:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chriscalip commentedFrom what i can see features is not detecting the changes from the moment you save the contextual argument filter bbox. drush fl does not see it, drush fd does not see it..
Comment #2
dasjohi chris,
you could try if #1839554: BBox argument handler fixes fixes that
Comment #3
chriscalip commentedthanks josef, ill consider ticket as fixed :)
Comment #4.0
(not verified) commentedremoved dev site name.
Comment #5
mpgeek commentedOld issue, yes, but I'm having the same issue with the bounding argument id not being part of the option defaults, and thus feature reverts fail to pick up the bbox arg id. I'm not using the patch at #2, but in that patch we find the key change of defining the
$options[arg_id]in theoptions_definitionmethod. The patch here fixes just that and only that. This is useful if the patch at #2 is too heavy handed for your use case, and you just need the arg_id export to work.Comment #6
mariacha1 commentedThis works great.
Worth noting is that another issue makes pending review makes this change, along with several others.
https://www.drupal.org/node/1839554
Comment #7
pol