Skip to content

Commit

Permalink
Fix wrong examples in json file
Browse files Browse the repository at this point in the history
  • Loading branch information
elenatorro committed Oct 10, 2019
1 parent 2ca7d8d commit 1bdf95c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/developer-center/examples/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}, {
"title": "Add a default Legend",
"desc": "Add a default Legend",
"file": "add_default_widget_legend",
"file": "add_default_legend_legend",
"path": "layers"
}, {
"title": "Add popup on click to Layer",
Expand All @@ -93,7 +93,7 @@
}, {
"title": "Add hover on click to Layer",
"desc": "Add hover on click to Layer",
"file": "add_hover_click_layer",
"file": "add_popup_hover_layer",
"path": "layers"
}, {
"title": "Add basic style to a layer",
Expand Down Expand Up @@ -188,7 +188,7 @@
}, {
"title": "Use opacity for Legend",
"desc": "Use opacity for Legend",
"file": "opacity_legend",
"file": "opacity_in_legend",
"path": "legends"
}
]
Expand Down Expand Up @@ -313,7 +313,7 @@
}, {
"title": "Calculating Isodistances",
"desc": "Using the Isolines Services to calculate isodistances",
"file": "isodistance",
"file": "isodistances",
"path": "data_services"
},{
"title": "Using both Geocoding and Isolines Services",
Expand Down Expand Up @@ -367,7 +367,7 @@
}, {
"title": "Geocode London Stations",
"desc": "Geocode a dataset in xls format",
"file": "geocode_london_stations",
"file": "geocoding_london_stations",
"path": "real_use_cases"
}
]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1bdf95c

Please sign in to comment.