Creating a Web Map on the EEA ArcGIS Portal
Creating a web map on the EEA ArcGIS Portal is one of the most effective ways to visualize environmental data and share insights across the agency. This guide will walk you through the process from start to finish.
Introduction
Objective
Learn how to create, configure, and share a web map on the EEA ArcGIS Portal.
Prerequisites
- Access to the EEA ArcGIS Portal.
- Data services URLs (REST/WMS/WFS) ready to be added.
Phase 1: Getting Started
Log In and Open Map Viewer
- Log In: Navigate to the EEA ArcGIS Portal and sign in with your EEA credentials.
If you have trouble logging in, check the Portal Login guide.
- Open Map Viewer: In the top navigation bar, click on
Map. This opens the "Map Viewer" (the interface for map creation).
Phase 2: Adding Data via URL
You can pull data directly from a server (like an ArcGIS Server or an OGC WMS/WFS service). This is the best practice for using "live" data.
How to Add a Service URL
- On the left-hand toolbar, click the
Addbutton (+). - Select
Web Services(orAdd Layer from URL). - Paste your URL: This will usually look like a link ending in
/MapServer,/FeatureServer, or/ImageServer.Note: Choose REST for better compatibility and customizing options.
- Click
Add to Map.
Choosing the Right URL Level
When you append a layer ID (like /0) to the end of your URL, you change how the Portal interacts with the data.
- Service URL (e.g.,
.../MapServer): Adds all layers in the service. Good for maintaining default structure. - Layer URL (e.g.,
.../MapServer/0): Adds a specific sub-layer.Pro Tip: Only use the Layer URL (
/0) if you specifically need to change the visual style or the popup configuration. If the default service looks exactly how you want it, stick with the Service URL for the best user experience.
Phase 3: Configuring Symbology (Styles)
Once your layer appears, it will show the symbology and settings that were originally configured.
- Select the layer in the
Layerspane on the left. - On the right-hand vertical toolbar, click the
Stylesicon (circle, square, and triangle). - Click
+ Fieldto choose which attribute you want to map (e.g., "Air Quality Index" or "Country Name"). - The Portal will suggest a drawing style (e.g., "Counts and Amounts" for numbers or "Types" for categories).
- Click Style Options to change colors, transparency, or symbol sizes.

Phase 4: Crafting Informative Pop-ups
A good web map doesn't just show dots; it provides context when a user clicks on a feature.
- On the right-hand toolbar, click the
Pop-upsicon. - Enable Pop-ups: Ensure the toggle is on.
- Title: Use a field name in curly brackets, like
{Country_Name}, to make the title dynamic. - Fields List: Click
Select fieldsto hide technical jargon (like ObjectIDs) and only show the data that matters to your audience. - Add Media: You can even add charts or images that pull directly from the data attributes.

Phase 5: Saving and Sharing
Your map isn't done until it's saved and shared with your colleagues.
Save
- On the far-left toolbar, click the
Save and openicon (the folder/disk). - Give your map a clear title, tags and a brief summary.
Share
Click the Share button and modify permissions:
- Owner: Only you can see it.
- Organization: Everyone at the EEA can see it.
- Public: Send a request to Discomap team to share a product publicly.

Conclusion & Best Practices
Key Tips for EEA Users
- Basemaps: Use the
Basemapbutton on the left to switch between the different basemaps that are available on the Gallery. - Layer Order: You can drag and drop layers in the list to change their drawing order. Always keep points on top, lines in the middle, and polygons (areas) at the bottom.