Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christopher S Barnett
WPF Arms Map
Commits
d278b5a5
Commit
d278b5a5
authored
Nov 29, 2018
by
Christopher S Barnett
Browse files
- change .geojson extension to .json to serve correct mime type
parent
2fbb7d3c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
app/data/world_50m.
geo
json
→
app/data/world_50m.json
View file @
d278b5a5
File moved
app/dist/js/app.js
View file @
d278b5a5
This diff is collapsed.
Click to expand it.
js/map.js
View file @
d278b5a5
...
...
@@ -555,7 +555,7 @@ ConnectionMap = function () {
*/
loadBaseCountries
:
function
()
{
var
self
=
this
;
return
$
.
getJSON
(
"
data/world_50m.
geo
json
"
,
function
(
countries
)
{
return
$
.
getJSON
(
"
data/world_50m.json
"
,
function
(
countries
)
{
// populate the geojson object
self
.
countryGeoJSON
=
countries
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment