You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The template can be configured using the following options:
40
40
3. Change the sharing host, found in defaults.js inside the config folder for the application, to the sharing URL for ArcGIS Online or Portal. For ArcGIS Online users, keep the default value of www.arcgis.com or specify the name of your organization.
- Portal Example where `arcgis` is the name of the Web Adaptor: `"sharinghost": location.protocol + "//" + "webadaptor.domain.com/arcgis"`
43
-
4. If you are using Portal or a local install of the ArcGIS API for JavaScript, change all references to the ArcGIS API for JavaScript in index.html to refer to your local copy of the API. Search for the references containing `"//js.arcgis.com/3.16"` and replace this portion of the reference with the url to your local install.
43
+
4. If you are using Portal or a local install of the ArcGIS API for JavaScript, change all references to the ArcGIS API for JavaScript in index.html to refer to your local copy of the API. Search for the references containing `"//js.arcgis.com/3.17"` and replace this portion of the reference with the url to your local install.
44
44
- For example: `"//webadaptor.domain.com/arcgis/jsapi/jsapi"` where `arcgis` is the name of your Web Adaptor.
45
45
5. Copy a map or group ID from Portal/ArcGIS Online and replace the default web map ID in the application’s index.html page. You can now run the application on your web server or customize the application further.
zoomTo: "تكبير الموقع وإيجاد المزيد من المعلومات.",
17
-
untitledNote: "بدون عنوان"
18
-
},
19
-
social: {
20
-
flickr: "Flickr",
21
-
mediaLayers: "طبقات الوسائط",
22
-
mediaLayersDescription: "إظهار المساهمات من الجمهور على الخريطة.",
23
-
flickrSettings: "إعدادات Flicker",
24
-
twitter: "Twitter",
25
-
twitterSettings: "إعدادات Twitter",
26
-
twitterUser: "حساب Twitter",
27
-
twitterSignIn: "تسجيل الدخول إلى Twitter",
28
-
webcams: "Webcams.travel",
29
-
instagram: "Instagram",
30
-
instagramSettings: "إعدادات Instagram",
31
-
igTime: "التحميل داخل عدد الايام السابقة",
32
-
youtube: "YouTube",
33
-
youtubeSettings: "إعدادات YouTube",
34
-
ytSettingsInfo: "يتضمن عرض مقاطع الفيديو الشبكة والمحتويات الاحترافية.",
35
-
ytTime: "تم التحميل فيما مضى",
36
-
today: "يوم",
37
-
this_week: "اسبوع",
38
-
this_month: "شهر",
39
-
all_time: "طول الوقت",
40
-
moreInfo: "المزيد من المعلومات",
41
-
searchTerms: "مصطلحات البحث",
42
-
search: "بحث",
43
-
flSettingsInfo: "إرجاع النتائج المتطابقة مع عنوان الصورة أو الوصف أو العلامات.",
44
-
twSettingsInfo: "رؤية ما يحدث€™الآن.",
45
-
igSettingsInfo: "يعتبر Instagram سريع وطريقة سهلة ومُضحكة لمشاركة الحياة مع الأصدقاء والعائلة.",
46
-
advancedOperators: "تلميح:استخدم<a target=\"_blank\" href=\"https://support.twitter.com/articles/71577-using-advanced-search\">عوامل التشغيل</a>لإنشاء عمليات البحث المتقدمة.",
47
-
tweetsFilteredBy: "يتم تنقية التغريدات بواسطة:",
48
-
photosFilteredBy: "يتم تنقية الصور بواسطة:",
49
-
videosFilteredBy: "تتم تصفية مقاطع الفيديو بواسطة:",
50
-
twitterAccountStatus: "قم بتمكين طبقة Twitter لرؤية حالتك."
51
-
},
52
-
general: {
53
-
map: "خريطة",
54
-
mapInfo: "معلومات الخريطة",
55
-
legend: "مفتاح الخريطة",
56
-
featured: "المواقع المتميزة",
57
-
layers: "طبقات",
58
-
share: "مشاركة",
59
-
about: "نبذة عن",
60
-
find: "كود Zip والمدينة، وغير ذلك.",
61
-
moreInfo: "مزيد من المعلومات",
62
-
dateModified: "آخر تعديل",
63
-
noSearchResult: "يتعذر إيجاد النتائج",
64
-
switchAccount: "حساب التبديل",
65
-
signIn: "تسجيل الدخول",
66
-
settings: "الإعدادات"
67
-
}
68
-
})
69
-
);
1
+
define({
2
+
"map": {
3
+
"error": "يتعذر إنشاء الخريطة",
4
+
"views": "مناطق عرض."
5
+
},
6
+
"report": {
7
+
"flag": "العلامة غَيْرُ مُوَافِقة",
8
+
"error": "خطأ",
9
+
"success": "مُعلَّم",
10
+
"loading": "تحميل&hellip"
11
+
},
12
+
"mapNotes": {
13
+
"notesUnavailable": "الوصف غير متاح",
14
+
"bookmarks": "إشارات مرجعية",
15
+
"zoomTo": "تكبير الموقع وإيجاد المزيد من المعلومات.",
16
+
"untitledNote": "بدون عنوان"
17
+
},
18
+
"social": {
19
+
"flickr": "Flickr",
20
+
"mediaLayers": "طبقات الوسائط",
21
+
"mediaLayersDescription": "إظهار المساهمات من الجمهور على الخريطة.",
22
+
"flickrSettings": "إعدادات Flicker",
23
+
"twitter": "Twitter",
24
+
"twitterSettings": "إعدادات Twitter",
25
+
"twitterUser": "حساب Twitter",
26
+
"twitterSignIn": "تسجيل الدخول إلى Twitter",
27
+
"webcams": "Webcams.travel",
28
+
"instagram": "Instagram",
29
+
"instagramSettings": "إعدادات Instagram",
30
+
"igTime": "التحميل داخل عدد الايام السابقة",
31
+
"youtube": "YouTube",
32
+
"youtubeSettings": "إعدادات YouTube",
33
+
"ytSettingsInfo": "يتضمن عرض مقاطع الفيديو الشبكة والمحتويات الاحترافية.",
34
+
"ytTime": "تم التحميل فيما مضى",
35
+
"today": "يوم",
36
+
"this_week": "اسبوع",
37
+
"this_month": "شهر",
38
+
"all_time": "طول الوقت",
39
+
"moreInfo": "المزيد من المعلومات",
40
+
"searchTerms": "مصطلحات البحث",
41
+
"search": "بحث",
42
+
"flSettingsInfo": "إرجاع النتائج المتطابقة مع عنوان الصورة أو الوصف أو العلامات.",
43
+
"twSettingsInfo": "رؤية ما يحدث€™الآن.",
44
+
"igSettingsInfo": "يعتبر Instagram سريع وطريقة سهلة ومُضحكة لمشاركة الحياة مع الأصدقاء والعائلة.",
45
+
"advancedOperators": "تلميح:استخدم<a target=\"_blank\" href=\"https://support.twitter.com/articles/71577-using-advanced-search\">عوامل التشغيل</a>لإنشاء عمليات البحث المتقدمة.",
0 commit comments