Hat-tip to this James Croft blog post here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script id="seeclickfix_nb_script" type="text/javascript" src="http://localhost:3000/assets/knowledge_base/knowledgebase.js?2"></script> |
Hat-tip to Ivan Sanchez's Leaflet.GridLayer.GoogleMutant.
Hat-tip to Ivan Sanchez's Leaflet.GridLayer.GoogleMutant.
Hat-tip to Ivan Sanchez's Leaflet.GridLayer.GoogleMutant.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
height: 600 | |
scrolling: no | |
border: no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var issues = [ | |
[41.3153366817699, -72.9103803634644, 32], | |
[41.3116781136213, -72.922203540802, 145], | |
[41.302506615298, -72.8893518447876, 180], | |
[41.2904398588693, -72.9337584972382, 289], | |
[41.3134187795803, -72.9520511627197, 544], | |
[41.3188661189887, -72.9259693622589, 670], | |
[41.3154978474509, -72.9122257232666, 759], | |
[41.3166662867211, -72.9062497615814, 833], | |
[41.3154656143466, -72.9632520675659, 1196], |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example from: http://snipplr.com/view/37063/ | |
include Rails.application.routes.url_helpers | |
# set host in default_url_options: | |
default_url_options[:host] = "localhost" | |
# can then use: | |
url_for() |