Skip to content

Commit

Permalink
fix missing medians
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed Feb 2, 2021
1 parent ab25474 commit 9c03fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<body>
<div id="content">
<h1>WikiMiniAtlas</h1>
<!--<iframe scrolling="no" frameborder="0" width="800" height="600" src="iframe_dev.html?40.7833_-73.966_800_600_en_13_en" style="width:800px; height:600px; border: 1px solid gray; padding: 0px; margin: 0px; resize: both">-->
<!--<iframe scrolling="no" frameborder="0" width="800" height="600" src="iframe.html?40.7833_-73.966_800_600_en_13_en" style="width:800px; height:600px; border: 1px solid gray; padding: 0px; margin: 0px; resize: both">-->
<iframe id="map" scrolling="no" frameborder="0" width="800" height="600" src="iframe_dev.html?wma=0.0_0.0_800_600_commons_1_en&globe=Earth&lang=en" style="width:800px; height:600px; border: 1px solid gray; padding: 0px; margin: 0px; resize: both">
You need a browser that supports iframes
</iframe>
Expand Down
2 changes: 2 additions & 0 deletions wikiminiatlas_extern.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
require( 'min/poly2tri.min.js' );
echo "\n";

require( 'medians.js' );
echo "\n";
require( 'wikiminiatlas_i18n.inc' );

if( false ) {
Expand Down

0 comments on commit 9c03fc0

Please sign in to comment.