Delford Chaffin

Results 6 comments of Delford Chaffin

Thanks! Here is a quick example ... ``` $test01 = '{"type":"MultiPolygon","coordinates":[[[[107,7],[108,7],[108,8],[107,8],[107,7]]],[[[100,0],[101,0],[101,1],[100,1],[100,0]]]]}'; $test02 = '{"type":"MultiPolygon","coordinates":[[[[127,27],[128,27],[128,28],[127,28],[127,27]]],[[[120,20],[121,20],[121,21],[120,21],[120,20]]]]}'; $s1 = $reader->read($test01); $s2 = $reader->read($test02); $sOut1 = $s1->union($s2); // This output doesn't appear to follow...

Sorry, I've never worked with ST_Union in MySQL like that ... took me a minute to figure out. But I think I did it right with the example info above....

Sorry ... I haven't changed it from what was included with Emulsify ... https://github.com/fourkitchens/emulsify/blob/develop/components/_patterns/05-pages/article/article.twig

I guess perhaps another question would be ... since the included 05-pages/article/article.twig and 05-pages/home/home.twig use embed are we even supposed to use those in Drupal? Should I instead be modifying/copying/extending...

Thanks! Is your page file still essentially ... https://github.com/fourkitchens/emulsify/blob/develop/components/_patterns/05-pages/_page.twig ... or some customized version of that? I have need in a certain section of my project to modify that template,...

Any update on merging this? Would love to have the userExists and updateUserPassword methods. Thanks!