Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Currently on drupal 8 geofield I can create a map of locations with custom icons: no problem. I can also create a map from a kml file. I cannot do both with the same map. Is there a way to derive more of the information contained in the kml file? If I have a kml file that has both polygons (in my case routes) and site locations (with balloons and icons) the only label for each balloon is the name of the node not the name assigned to the point in the kml file. I'm using google maps to display the map.
One of my content types includes a taxonomy which allows to choose between a bunch of predefined HTML segments stored in the taxonomy description fields.
Now I would like to access this description field content of the current node from my custom block, but I have no clue how to access the proper variables.
I'm trying to get into more advanced site building and try to build a movie database with Drupal 8 as a learning project. I created three content types: movie, person, and character. Each content type can reference to the other two to set up the necessary relationships. Everything works well, but I'm struggling to set up the relationships correctly in views to reference the relevant items together.