Replace $attributes['kml_feed'] = url("kml/search/$type/$keys", NULL, NULL, TRUE); (etc) with custom-built URL to force the use of ?q= URLs.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | trailingslashes.diff | 1.58 KB | geodaniel |
Replace $attributes['kml_feed'] = url("kml/search/$type/$keys", NULL, NULL, TRUE); (etc) with custom-built URL to force the use of ?q= URLs.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | trailingslashes.diff | 1.58 KB | geodaniel |
Comments
Comment #1
geodaniel commentedAdding trailing slashes has the same effect but still lets sites use clean URLs if they wish. It's worth noting that the nodes are not yet being filtered by the BBOX parameters that Google Earth passes back to Drupal.
Comment #2
geodaniel commentedcommitted to HEAD
Comment #3
(not verified) commented