|
|
If you prefer to customize the map for your site, the process is still very simple.
- Start with the code:
<iframe width="400" height="450" src="http://www.seeclickfix.com/issues/iframe?at=165+Church+St.,
+New+Haven,+CT,+USA&w=400&h=450" scrolling="no" marginheight="0" frameborder="0" marginwidth="0"></iframe>
This is an iframe, which allows you to embed other site's content into your own site.
- Customize the width and height.
In the example above, the width is set to 400 pixels and the height is set to 450 pixels. If you wish to change the dimensions of the map you can adjust these numbers accordingly. The numbers are repeated in two places, "width" and "height" first then "w" and "h" again. Just remember to change all four numbers otherwise the map might be clipped or behave strangely.
- Customize the location
In the example above, the location is set to 165 Church St., New Haven, CT, USA. Notice that each space has been filled with a plus "+" sign. This is important and the map will not draw with spaces in the location. SeeClickFix guesses that addresses with numbers mean that the user wants a very zoomed in map. If you leave off the numbers and instead use something like "New Haven, CT", the map will be zoomed out at the city level.
|