*/
initialize: function(name, options) {
var url = [
- "http://a.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png",
- "http://b.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png",
- "http://c.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png"
+ "https://a.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png",
+ "https://b.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png",
+ "https://c.ooc.openstreetmap.org/npe/${z}/${x}/${y}.png"
];
options = OpenLayers.Util.extend({
numZoomLevels: 16,
*/
initialize: function(name, options) {
var url = [
- "http://a.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg",
- "http://b.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg",
- "http://c.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg"
+ "https://a.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg",
+ "https://b.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg",
+ "https://c.ooc.openstreetmap.org/os7/${z}/${x}/${y}.jpg"
];
options = OpenLayers.Util.extend({
numZoomLevels: 15,
*/
initialize: function(name, options) {
var url = [
- "http://a.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg",
- "http://b.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg",
- "http://c.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg"
+ "https://a.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg",
+ "https://b.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg",
+ "https://c.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg"
];
options = OpenLayers.Util.extend({
numZoomLevels: 18,
*/
initialize: function(name, options) {
var url = [
- "http://a.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg",
- "http://b.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg",
- "http://c.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg"
+ "https://a.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg",
+ "https://b.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg",
+ "https://c.ooc.openstreetmap.org/npescotland/${z}/${x}/${y}.jpg"
];
options = OpenLayers.Util.extend({
numZoomLevels: 16,
unless id = webmaster.client_applications.find_by_name("iD")
id = webmaster.client_applications.new
id.name = "iD"
- id.url = "http://<%= @site %>/"
+ id.url = "https://<%= @site %>/"
ClientApplication.all_permissions.each { |p| id[p] = true }
id.save!
end
unless potlatch = webmaster.client_applications.find_by_name("Potlatch 2")
potlatch = webmaster.client_applications.new
potlatch.name = "Potlatch 2"
- potlatch.url = "http://<%= @site %>/"
+ potlatch.url = "https://<%= @site %>/"
ClientApplication.all_permissions.each { |p| potlatch[p] = true }
potlatch.save!
end
unless website = webmaster.client_applications.find_by_name("Web Site")
website = webmaster.client_applications.new
website.name = "Web Site"
- website.url = "http://<%= @site %>/"
+ website.url = "https://<%= @site %>/"
ClientApplication.all_permissions.each { |p| website[p] = true }
website.save!
end
-10 1 * * * <%= @user %> nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/generateSitemap.php --server="http://<%= @name %>" --urlpath="http://<%= @name %>/" --fspath="<%= @directory %>" --quiet
-0,10,20,40 * * * * www-data nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/runJobs.php --server="http://<%= @name %>" --maxtime=300 --memory-limit=1024M --quiet
-35,55 * * * * www-data nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/runJobs.php --server="http://<%= @name %>" --maxtime=60 --type=enotifNotify --memory-limit=1024M --quiet
+10 1 * * * <%= @user %> nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/generateSitemap.php --server="https://<%= @name %>" --urlpath="https://<%= @name %>/" --fspath="<%= @directory %>" --quiet
+0,10,20,40 * * * * www-data nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/runJobs.php --server="https://<%= @name %>" --maxtime=300 --memory-limit=1024M --quiet
+35,55 * * * * www-data nice php -d memory_limit=1024M -d error_reporting=22517 <%= @directory %>/w/maintenance/runJobs.php --server="https://<%= @name %>" --maxtime=60 --type=enotifNotify --memory-limit=1024M --quiet
10 2 * * * www-data find /tmp/ -maxdepth 1 -type f -user www-data -mmin +90 -name 'gs_*' -delete
10 2 * * * www-data find /tmp/ -maxdepth 1 -type f -user www-data -mmin +90 -name 'magick-*' -delete
<p>
The complete planet is very large, so you may prefer to use one of
<a href="https://wiki.openstreetmap.org/wiki/Planet.osm#Downloading">several periodic extracts</a>
- (individual countries or states) from third parties. <a href="http://download.geofabrik.de/openstreetmap/">GeoFabrik.de</a>
- and <a href="http://download.bbbike.org/osm/">BBBike.org</a> are two providers
+ (individual countries or states) from third parties. <a href="https://download.geofabrik.de/openstreetmap/">GeoFabrik.de</a>
+ and <a href="https://download.bbbike.org/osm/">BBBike.org</a> are two providers
of extracts with up-to-date worldwide coverage.
</p>
</td>
$_YEAR = date('Y');
$_PLANET_FOLDER = '<%= node[:planet][:dump][:xml_directory] %>/'.$_YEAR.'/';
$_PLANET_REGEX = "/^(planet|changesets)\-\d{6}(\-nolt)?\.osm\.(bz2|gz)$/";
-$_MIRROR = 'http://ftp.heanet.ie/mirrors/openstreetmap.org/planet/'.$_YEAR.'/';
+$_MIRROR = 'https://ftp.heanet.ie/mirrors/openstreetmap.org/planet/'.$_YEAR.'/';
$_PLANET_HTACCESS = realpath('<%= node[:planet][:dump][:xml_directory] %>/..').'/.htaccess';
function _MIRROR_FILE_SIZE($url) {
echo 'Adding: '.$file."\n";
fwrite($htaccess_handle, 'RewriteRule'."\t".
'^('.$file_slashed.')$'."\t".
- 'http://ftp.heanet.ie/mirrors/openstreetmap.org/$1'."\t".
+ 'https://ftp.heanet.ie/mirrors/openstreetmap.org/$1'."\t".
'[R,L]'."\n");
}
}
short name = osm-website
url = git://git.openstreetmap.org/rails.git
branch = master
-commit link = http://git.osm.org/rails.git/commitdiff/%c
+commit link = https://git.osm.org/rails.git/commitdiff/%c
channels = #osm-dev
commit message = [%s|%b|%a] %m %l
short name = osm-chef-public
url = git://git.openstreetmap.org/chef.git
branch = master
-commit link = http://git.osm.org/chef.git/commitdiff/%c
+commit link = https://git.osm.org/chef.git/commitdiff/%c
channels = #osm-dev
commit message = [%s|%b|%a] %m %l
short name = osm-cgimap
url = git://git.openstreetmap.org/cgimap.git
branch = master
-commit link = http://git.osm.org/cgimap.git/commitdiff/%c
+commit link = https://git.osm.org/cgimap.git/commitdiff/%c
channels = #osm-dev
commit message = [%s|%b|%a] %m %l
short name = osm-dns
url = git://git.openstreetmap.org/dns.git
branch = master
-commit link = http://git.osm.org/dns.git/commitdiff/%c
+commit link = https://git.osm.org/dns.git/commitdiff/%c
channels = #osm-dev
commit message = [%s|%b|%a] %m %l
short name = osm-potlatch2
url = git://git.openstreetmap.org/potlatch2.git
branch = master
-commit link = http://git.osm.org/potlatch2.git/commitdiff/%c
+commit link = https://git.osm.org/potlatch2.git/commitdiff/%c
channels = #osm-dev
commit message = [%s|%b|%a] %m %l
short name = osm-gpx-import
url = git://git.openstreetmap.org/gpx-import.git
branch = master
-commit link = http://git.osm.org/gpx-import.git/commitdiff/%c
+commit link = https://git.osm.org/gpx-import.git/commitdiff/%c
channels = #osm-dev
commit message = [%s|%b|%a] %m %l
short name = osm-nominatim
url = git://git.openstreetmap.org/nominatim.git
branch = master
-commit link = http://git.osm.org/nominatim.git/commitdiff/%c
+commit link = https://git.osm.org/nominatim.git/commitdiff/%c
channels = #osm-dev
commit message = [%s|%b|%a] %m %l
short name = osm-planetdump
url = git://git.openstreetmap.org/planetdump.git
branch = master
-commit link = http://git.osm.org/planetdump.git/commitdiff/%c
+commit link = https://git.osm.org/planetdump.git/commitdiff/%c
channels = #osm-dev
commit message = [%s|%b|%a] %m %l