Project page

https://drupal.org/sandbox/Mac_Weber/2072315

git repository

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/Mac_Weber/2072315.git mapping_leaflet
cd mapping_leaflet

How this project is different from similar projects

This is an extension of Mapping module, which is under active development.

This is different from the existing Leaflet module, as Leaflet Mapping uses Ctools to allow easy creation of plugins, fully compatible with Features module, does not depend on Entity API, nor geofield. Making it ideal for creating new extensions.

My goal is to get it fully compatible with reading results from Solr using Views. I've decided to write it when I realized the actual Leaflet module would be too difficult to make changes to allow it.

When I started coding I realized I cold get many good things implemented in OpenLayers module and merge it with my needs. Using Mapping module opened my horizons by allowing other modules that makes integration with different map libraries to connect using its framework.

Reviewed projects

[D7] Distributor Map

https://drupal.org/node/2057919#comment-7795367
+ comments #17 and #18

[D7] Address Field Nigeria

https://drupal.org/node/2064317#comment-7800707
https://drupal.org/node/2064317#comment-7802523

[D7] User Content Type

https://drupal.org/node/2075237#comment-7806669

Comments

mac_weber’s picture

Status: Active » Needs review
PA robot’s picture

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

mac_weber’s picture

Priority: Normal » Major
Issue tags: +PAreview: review bonus

Adding bonus tag
Changing priority

oboz’s picture

Priority: Major » Normal
Status: Needs review » Needs work

Maybe you are included in the module css file with the following code?

.leaflet-top, .leaflet-bottom {
    z-index: 500 !important;
}

The problem: Css in the Leaflet library(leaflet.css) displays a buttons and copyrights on the map with the z-index: 1000. It will create problems to the site administrators, who using the overlay layers. Because the overlay in Drupal output use z-index: 500, and a buttons and copyrights will appear above the administrative interface.

mac_weber’s picture

@oboz thank you for the review. I've fixed it.

mac_weber’s picture

Status: Needs work » Needs review
oboz’s picture

Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community

It looks good now. In my opinion there is no more problems.

klausi’s picture

Priority: Major » Normal
Status: Reviewed & tested by the community » Fixed

Review of the 7.x-1.x branch:

  • Coder Sniffer has found some issues with your code (please check the Drupal coding standards).
    FILE: /home/klausi/pareview_temp/theme/mapping_leaflet.css
    --------------------------------------------------------------------------------
    FOUND 2 ERROR(S) AFFECTING 2 LINE(S)
    --------------------------------------------------------------------------------
     7 | ERROR | Multiple selectors should each be on a single line
     8 | ERROR | Line indented incorrectly; expected 2 spaces, found 4
    --------------------------------------------------------------------------------
    

This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.

manual review:

  • project page must list the exact differences to the existing leaflet module so that users can make an educated decision which module to use.

Thanks for your contribution, Mac_Weber!

I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.

Here are some recommended readings to help with excellent maintainership:

You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!

Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

Thanks to the dedicated reviewer(s) as well.

mac_weber’s picture

@klausi, I cannot run coder-review on CSS files.
Can you help on this issue? #2077897: CSS files not being reviewed

mac_weber’s picture

Thank you @klausi and @oboz for reviewing!

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Adds links to reviewed projects