Styled Google Map

Styled Google Map is a module that integrates as a geofield formatter. You have options that include setting a custom map style, custom marker and custom marker icon.

Installation

Install and enable the Geofield module and its required module Styled Google Map in the usual way. Learn more about installing Drupal modules.

Change map size

There isnt a administration way to change it but you can change with css.

Add this code to your theme:

.google_map_field_display {
height: 300px;
width: 500px;
}

change height and width to fit the size you need.

Google Map Field

The Google Map Field module allows content creators and maintainers to add maps to content via the addition of a "Google Map Field" field type that can be added to content
types.

Using the Google Map Field, the user can drop a marker on a map, set the width, height and zoom factor of the map, and save the data for the map with the node.

OpenAid Project

Enable the OpenAid Project feature at /admin/structure/features

The Project content type comes with the following features:

  • Country vocabulary
  • Mapping
  • Partner references
  • Related files
  • Resource references

Project Mapping

OpenAid uses OpenLayers and Mapbox to provide the mapping functionality of the site. The location of a project is set on the node edit form.

Print Geospatial Data

A commonly desired functionality is the export of geospatial data as a map. While for screen display a screenshot may be sufficient, higher standards exist for print output. To meet these needs, Cartaro provides a print function for OpenLayers maps. This is implemented with the last version of MapFish Print, a server side component.

Subscribe with RSS Subscribe to RSS - map