MAP Equality Maps
| Equality Maps | |
|---|---|
| Website | Official website |
| Commercial? | No |
| Type of project | Movement progress, movement education and public education |
| Location | Web |
| Owner | Movement Advancement Project |
![]() |
|
| Established | August 3, 2011 |
| Funding | MAP Funding |
The Movement Advancement Project's (MAP) Equality Maps provide quick and easy summaries of laws that affect LGBT Americans on a state-by-state and issue-by-issue basis. The maps present information on laws in areas from employment discrimination and relationship recognition to hate crimes protections and anti-bullying laws.
Contents |
[edit] Issues researched
- LGBT Populations
- Marriage & Relationship Recognition
- Employment Non-Discrimination Laws
- Housing Non-Discrimination Laws
- Joint Adoption Laws
- Second-Parent Adoption Laws
- Stepparent Adoption Laws
- Safe Schools Laws
- Hate Crime Laws
- Birth Certificate Laws
- "Out" LGBT Public Officials
[edit] Development
Content was compiled from reports researched and published by the Movement Advancement Project, especially MAP’s Momentum Report. The report, produced biennially since 2007, organizes and analyzes indicators of the LGBT movement's progress toward securing equal opportunity for lesbian, gay, bisexual and transgender people in American life.
The technical structure and online presentation was developed by Doug Hays, founder of EastFace Software.
[edit] Use on WikiQueer
| This information is ONLY for displaying Equality Maps on WikiQueer. Below is information for other sites. |
Through a content partnership with the Movement Advancement Project (MAP), WikiQueer is able to integrate these maps directly into articles. In a manner similar to how you can integrate them into your own site, simply use this template to add the iFrame to your article, here's an example for Michigan:
{{MAPMaps|state=MI}}
[edit] Use on websites
| This information pertains to displaying Equality Maps on OTHER websites. Above is info pertaining to WikiQueer. |
Organizations may request permission from the the Movement Advancement Project via the project's website to display all or select maps on their organizations website through the use of iFrames.
[edit] Basic usage
The easiest method is to:
- Copy the URL of the Equality Map webpage you would like to display - example: http://www.lgbtmap.org/equality-maps/safe_school_laws
- Add the iFrame tag (see below iFrame tag options)
- Insert the URL and iFrame tag into the below sample iFrame code.
- You may need to adjust the height to fit the entire content.
- Add the final line of code to your page's HTML in the location where you would like the map and content displayed. The code should look like this:
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality-maps/safe_school_laws?iframe=single" width="680" height="3250" scrolling="no" frameborder="0"></iframe>
[edit] Parameters
| Parameter | Options | Description | Example Code | Demo |
|---|---|---|---|---|
| Width | Suggestion depends on src parameter. Safest is: width="680" |
Set the width of the iFrame displaying the map. Generally width="680" will work - but with a couple of noted exceptions in the Src parameres below and when you set ?iframe=full you should set width="1000" to prevent some of the content from being cut off on the right side. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/safe_school_laws?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Width example |
| Height | Suggestion depends on src parameter. Safest is: height="3400" |
Set the height of the iFrame displaying the map. You should check Src parameters below to see the recommended height setting for your content, this prevents content from being cut off of the bottom. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality-maps?iframe=full" width="1000" height="3400" scrolling="no" frameborder="0"></iframe> |
Height example |
| Scrolling | Suggested: scrolling="no" |
Set scrolling for iFrame itself - setting to yes allows you to display full content at full size within a smaller space |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality-maps?iframe=full" width="1000" height="900" scrolling="no" frameborder="0"></iframe> |
Scrolling example |
| iFrame tag | Determines if menu allowing selection of other issues and states is displayed | |||
?iframe=full |
Displays the menu that allows users to display other states and issues. If you use this setting it is suggested that you set height="3400" and and width="1000" to prevent other pages the user may select from getting cut off. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality-maps?iframe=full" width="1000" height="3400" scrolling="no" frameborder="0"></iframe> |
full iFrame tag example | |
?iframe=single |
This is the recommended setting. It helps keep the user focused on a particular map by hiding the menu that allows the users to navigate to other states and issues. If you use this setting you should use the suggested height setting for your desired src paramater below. If you are using this option with a full US map, it is suggested that you set height="900" and width="1000" to prevent content from getting cut off. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality-maps?iframe=single" width="1000" height="900" scrolling="no" frameborder="0"></iframe> |
single iFrame tag example | |
| Src | Enter the full URL of the MAP Equality Map you would like displayed | |||
| See below Src parameter table for more details and examples. | ||||
| Src Enter the full URL of the MAP Equality Map you would like displayed |
||||
|---|---|---|---|---|
| Src Parameter Option | Description | Example Code | Demo | |
| Full US Equality Map with menu | Display the full US map with a menu allowing visitors to select different states from the map and dropdown menu or select an issue from a list of links. It is suggested that you set height="3400" and width="1000" to prevent the content they select from getting cut off. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality-maps?iframe=full" width="1000" height="3400" scrolling="no" frameborder="0"></iframe> |
Full Map with menu example | |
| Full US Equality Map with no menu | Display the full US map - you can display only the map with no menu to allow visitors to select a state from the map to see its profile. It is suggested that you set height="900" to prevent the state profile they select from getting cut off. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality-maps?iframe=single" width="1000" height="900" scrolling="no" frameborder="0"></iframe> |
Full Map with no menu example | |
| State profile | Display a profile for a specific state using the state's postal code (ex. MI, AK, CA, etc.). It is suggested that you set height="900" and width="1000" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/profile_state/MI?iframe=single" width="1000" height="900" scrolling="no" frameborder="0"></iframe> |
State Profile example | |
| LGBT Legal Equality by State | Display the US map with information on LGBT Legal Equality by State. It is suggested that you set height="3200" and width="1000" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/legal_equality_by_state?iframe=single" width="1000" height="3200" scrolling="no" frameborder="0"></iframe> |
LGBT Legal Equality by State example | |
| LGBT Populations | Display the US map with information on LGBT Populations. It is suggested that you set height="3300" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/lgbt_populations?iframe=single" width="680" height="3300" scrolling="no" frameborder="0"></iframe> |
LGBT Populations Example | |
| Marriage & Relationship Recognition | Display the US map with information on Marriage & Relationship Recognition. It is suggested that you set height="3400" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/marriage_relationship_laws?iframe=single" width="680" height="3400" scrolling="no" frameborder="0"></iframe> |
Marriage & Relationship Recognition Example | |
| Employment Non-Discrimination Laws | Display the US map with information on Employment Non-Discrimination Laws. It is suggested that you set height="3200" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/employment_non_discrimination_laws?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Employment Non-Discrimination Laws Example | |
| Housing Non-Discrimination Laws | Display the US map with information on Housing Non-Discrimination Laws. It is suggested that you set height="3200" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/housing_non_discrimination_laws?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Housing Non-Discrimination Laws Example | |
| Joint Adoption Laws | Display the US map with information on Joint Adoption Laws. It is suggested that you set height="3200" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/joint_adoption_laws?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Joint Adoption Laws Example | |
| Second-Parent Adoption Laws | Display the US map with information on Second-Parent Adoption Laws. It is suggested that you set height="3200" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/second_parent_adoption_laws?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Second-Parent Adoption Laws Example | |
| Stepparent Adoption Laws | Display the US map with information on Stepparent Adoption Laws. It is suggested that you set height="3200" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/step_parent_adoption_laws?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Stepparent Adoption Laws Example | |
| Safe Schools Laws | Display the US map with information on Safe Schools Laws. It is suggested that you set height="3200" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/safe_school_laws?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Safe Schools Laws Example | |
| Hate Crime Laws | Display the US map with information on Hate Crime Laws. It is suggested that you set height="3200" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/hate_crime_laws?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Hate Crime Laws Example | |
| Birth Certificate Laws | Display the US map with information on Birth Certificate Laws. It is suggested that you set height="3200" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/birth_certificate_laws?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Birth Certificate Laws Example | |
| Out LGBT Public Officials | Display the US map with information on Out LGBT Public Officials. It is suggested that you set height="3200" to prevent the state profile they select from getting cut off. This displayed code and demo are set not to show the menus. Change the iFrame tag to display the menues. |
<iframe id='lgbtmap-iframe' src="http://www.lgbtmap.org/equality_maps/out_public_officials?iframe=single" width="680" height="3200" scrolling="no" frameborder="0"></iframe> |
Out LGBT Public Officials Example | |
This is the 
