Skip to content

Commit

Permalink
Merge branch 'develop' into cleanup/migrate-to-eslint
Browse files Browse the repository at this point in the history
Conflicts:
	viewer/js/gis/dijit/StreetView.js
  • Loading branch information
tmcgee committed Oct 28, 2015
2 parents 15cbd8e + bb7f80c commit f04d63e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
Binary file added viewer/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="application-name" content="cmv">
<meta name="description" content="CMV - The Configurable Map Viewer. Community supported open source mapping framework. Works with the Esri JavaScript API, ArcGIS Server, ArcGIS Online and more. Make it your own!">
<meta name="author" content="cmv.io">
<link rel="shortcut icon" href="./favicon.png">
<title>Configurable Map Viewer</title>
<link rel="stylesheet" type="text/css" href="//js.arcgis.com/3.14compact/esri/css/esri.css">
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
Expand Down
2 changes: 1 addition & 1 deletion viewer/js/gis/dijit/MapInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ define([
'dojo/dom-style',
'dojo/number',
'dojo/topic',
'//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.3/proj4.js',
'//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.12/proj4.js',
'xstyle/css!./MapInfo/css/MapInfo.css'
], function (
declare,
Expand Down
21 changes: 21 additions & 0 deletions viewer/js/gis/dijit/StreetView.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*global google */
/*eslint strict: 0*/
define([
<<<<<<< HEAD
'dojo/_base/declare',
'dijit/_WidgetBase',
'dijit/_TemplatedMixin',
Expand All @@ -19,6 +20,26 @@ define([
'dijit/MenuItem',
'//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.3/proj4.js',
'dojo/i18n!./StreetView/nls/resource',
=======
'dojo/_base/declare',
'dijit/_WidgetBase',
'dijit/_TemplatedMixin',
'dijit/_WidgetsInTemplateMixin',
'dojo/_base/lang',
'dojo/aspect',
'dojo/topic',
'esri/layers/GraphicsLayer',
'esri/graphic',
'esri/renderers/SimpleRenderer',
'dojo/text!./StreetView/templates/StreetView.html',
'esri/symbols/PictureMarkerSymbol',
'dojo/dom-style',
'esri/geometry/Point',
'esri/SpatialReference',
'dijit/MenuItem',
'//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.12/proj4.js',
'dojo/i18n!./StreetView/nls/resource',
>>>>>>> develop

'dijit/form/Button',
'xstyle/css!./StreetView/css/StreetView.css',
Expand Down

0 comments on commit f04d63e

Please sign in to comment.