Guest User

Untitled

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. var activitiesPoint = new FeatureLayer({
  2. outFields: ["*"],
  3. popupTemplate: {
  4. title: "{Name}"
  5. },
  6. portalItem: { // autocasts as new PortalItem()
  7. id: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  8. },
  9. title: "Activities",
  10. renderer: activitiesRenderer
  11. });
  12. webmap.add(activitiesPoint);
Add Comment
Please, Sign In to add comment